Fixed wrong db type
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user