Fixed wrong db type

This commit is contained in:
Marcin Grzejszczak
2018-06-03 23:32:32 +02:00
parent 472dc8dfc1
commit 6880c2f8d5

View File

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