14 lines
268 B
Properties
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
|