fix spring boot project failure (#3267)
This commit is contained in:
committed by
Grzegorz Piwowarek
parent
94ace2eda8
commit
3bcff4672e
@@ -0,0 +1,8 @@
|
||||
jdbc.driverClassName=org.h2.Driver
|
||||
jdbc.url=jdbc:h2:mem:db;DB_CLOSE_DELAY=-1
|
||||
jdbc.user=sa
|
||||
jdbc.pass=sa
|
||||
|
||||
hibernate.dialect=org.hibernate.dialect.H2Dialect
|
||||
hibernate.show_sql=true
|
||||
hibernate.hbm2ddl.auto=create-drop
|
||||
Reference in New Issue
Block a user