8 lines
201 B
Properties
8 lines
201 B
Properties
|
|
driverClassName=org.h2.Driver
|
||
|
|
url=jdbc:h2:mem:myDb;DB_CLOSE_DELAY=-1
|
||
|
|
username=sa
|
||
|
|
password=
|
||
|
|
|
||
|
|
hibernate.dialect=org.hibernate.dialect.H2Dialect
|
||
|
|
hibernate.show_sql=false
|
||
|
|
hibernate.hbm2ddl.auto=create-drop
|