This commit is contained in:
adamkulawik
2018-05-26 01:57:41 +02:00
parent 680ef2a077
commit cde6be8db2
8 changed files with 0 additions and 4 deletions

View File

@@ -1,10 +1,6 @@
spring.main.banner-mode=off
spring.jpa.database=default
spring.jpa.generate-ddl=false
#spring.datasource.url=jdbc:postgresql://localhost:5432/postgres
#spring.datasource.username=postgres
#spring.datasource.password=
#spring.datasource.driver-class-name=org.postgresql.Driver
spring.datasource.url=jdbc:h2:mem:db;DB_CLOSE_ON_EXIT=FALSE
spring.datasource.username=sa