Commit small changes before rebase

This commit is contained in:
Merel Steenbergen
2019-03-26 10:24:21 +01:00
parent a1ba2f1d7d
commit 471d41a600

View File

@@ -2,5 +2,5 @@ spring.datasource.url=jdbc:h2:file:~/spring-boot-h2.db;DB_CLOSE_ON_EXIT=FALSE
spring.datasource.username=sa
spring.datasource.password=
spring.datasource.driver-class-name=org.h2.Driver
spring.jpa.hibernate.ddl-auto=update
spring.jpa.hibernate.ddl-auto=create-drop
spring.h2.console.enabled=true