Files
java-tutorials/spring-security-mvc-boot/src/main/resources/persistence-h2.properties
T

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