diff --git a/curriculumsearch/src/main/resources/application.properties b/curriculumsearch/src/main/resources/application.properties index caa9bf4..9445262 100644 --- a/curriculumsearch/src/main/resources/application.properties +++ b/curriculumsearch/src/main/resources/application.properties @@ -1,10 +1,12 @@ spring.jpa.hibernate.ddl-auto=create-drop +spring.jpa.database-platform=org.hibernate.dialect.PostgreSQLDialect + spring.sql.init.mode=always spring.sql.init.platform=postgres -spring.datasource.url=jdbc:postgresql://localhost:5432/thumano -spring.datasource.username=postgres -spring.datasource.password=postgres +#spring.datasource.url=jdbc:postgresql://localhost:5432/thumano +#spring.datasource.username +#spring.datasource.password=postgres spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true server.port=8888