Files
spring-boot-rest/persistence-modules/spring-data-jpa-query-2/src/test/resources/persistence-h2.properties
2020-09-28 23:17:31 +05:30

14 lines
268 B
Properties

# jdbc.X
jdbc.driverClassName=org.h2.Driver
jdbc.url=jdbc:h2:mem:test
jdbc.user=sa
jdbc.pass=
# hibernate.X
hibernate.dialect=org.hibernate.dialect.H2Dialect
hibernate.show_sql=false
hibernate.hbm2ddl.auto=create-drop
# envers.X
envers.audit_table_suffix=_audit_log