Bael 737 v2 (#1509)

* in memory test

* update dependencies

* rename db

* remove create db

* update version

* update properties file
This commit is contained in:
lor6 2017-03-26 21:19:07 +03:00 committed by Grzegorz Piwowarek
parent e913702d7d
commit 6322aa350f
1 changed files with 1 additions and 1 deletions

View File

@ -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