Came back to default for spring.jpa

This commit is contained in:
Marcin Grzejszczak
2018-06-05 16:34:21 +02:00
parent 13404d2f1c
commit 2cc035fa26

View File

@@ -1,5 +1,5 @@
spring.main.banner-mode=off spring.main.banner-mode=off
spring.jpa.database=postgresql spring.jpa.database=default
spring.jpa.generate-ddl=false spring.jpa.generate-ddl=false
spring.jpa.hibernate.ddl-auto=none spring.jpa.hibernate.ddl-auto=none
spring.datasource.url=jdbc:postgresql://localhost:5432/postgres spring.datasource.url=jdbc:postgresql://localhost:5432/postgres