All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gorm.tools.datasource-test.yml Maven / Gradle / Ivy

hibernate:
  format_sql: false
  show_sql: false
  schema_management_tool: 'yakworks.hibernate.schema.SimpleSchemaManagementTool'
  naming_strategy: 'org.hibernate.cfg.DefaultNamingStrategy'
  dialect: 'yakworks.hibernate.h2.ExtendedH2Dialect'
  cache:
    queries: false
    use_second_level_cache: false
    use_query_cache: false
  jdbc:
    time_zone: 'UTC'
#  enhancer:
#    enableLazyInitialization: true
#    enableAssociationManagement: true

dataSource:
  type: com.zaxxer.hikari.HikariDataSource
  pooled: true
  driverClassName: org.h2.Driver
  username: sa
  password:
  dbCreate: create-drop
  url: jdbc:h2:mem:testDb;LOCK_TIMEOUT=10000;DB_CLOSE_ON_EXIT=FALSE




© 2015 - 2025 Weber Informatics LLC | Privacy Policy