diff --git a/server/src/main/resources/application.yml b/server/src/main/resources/application.yml index 79ff3c3..48b9cd4 100644 --- a/server/src/main/resources/application.yml +++ b/server/src/main/resources/application.yml @@ -8,7 +8,6 @@ spring: jpa: hibernate: ddl-auto: create-drop # update # Use update later on but use create-drop for testing first - dialect: org.hibernate.dialect.PostgreSQLDialect show-sql: true properties: hibernate: