9 lines
264 B
Properties
9 lines
264 B
Properties
|
hibernate.connection.driver_class=org.h2.Driver
|
||
|
hibernate.connection.url=jdbc:h2:mem:mydb1;DB_CLOSE_DELAY=-1
|
||
|
hibernate.connection.username=sa
|
||
|
jdbc.password=
|
||
|
|
||
|
hibernate.dialect=org.hibernate.dialect.H2Dialect
|
||
|
hibernate.show_sql=true
|
||
|
hibernate.multiTenancy=DATABASE
|