Documentation Index
Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt
Use this file to discover all available pages before exploring further.
When using the Spring Boot Starter, Hibernate properties are provided through an
IWhatIfPersistenceProperties bean rather than a separate properties file. See project configuration for details.| Property | Value | Description |
|---|---|---|
| hibernate.hbm2ddl.auto | update | |
| hibernate.connection.url | jdbc:h2:mem:submissions;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS submissions | |
| hibernate.connection.driver_class | org.h2.Driver | |
| hibernate.dialect | org.hibernate.dialect.H2Dialect | |
| hibernate.current_session_context_class | thread | |
| hibernate.default_schema | submissions | |
| hibernate.show_sql | false | |
| hibernate.format_sql | false | |
| defaultAutoCommit | false | |
| jdbcInterceptors | org.apache.tomcat.jdbc.pool.interceptor.ConnectionState | |
| maxAge | 60000 | |
| maxActive | 25 | |
| maxIdle | 50 | |
| jakarta.persistence.create-database-schemas | true |