Bael 737 v2 (#1509)
* in memory test * update dependencies * rename db * remove create db * update version * update properties file
This commit is contained in:
parent
e913702d7d
commit
6322aa350f
|
@ -3,7 +3,7 @@ jdbc.url=jdbc:h2:mem:myDb;DB_CLOSE_DELAY=-1
|
|||
|
||||
hibernate.dialect=org.hibernate.dialect.H2Dialect
|
||||
hibernate.show_sql=true
|
||||
hibernate.hbm2ddl.auto=create-drop
|
||||
hibernate.hbm2ddl.auto=create
|
||||
|
||||
hibernate.cache.use_second_level_cache=false
|
||||
hibernate.cache.use_query_cache=false
|
Loading…
Reference in New Issue