- Removed project spring-data-spring-security and moved its content in spring-security-mvc-boot
8 lines
201 B
INI
8 lines
201 B
INI
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 |