aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/main/resources/application.properties
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/main/resources/application.properties')
-rw-r--r--server/src/main/resources/application.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/main/resources/application.properties b/server/src/main/resources/application.properties
index aee08718..7236ac35 100644
--- a/server/src/main/resources/application.properties
+++ b/server/src/main/resources/application.properties
@@ -25,7 +25,7 @@ spring.servlet.multipart.max-request-size=512MB
spring.datasource.url=jdbc:postgresql://${POSTGRES_IP:127.0.0.1}:${POSTGRES_PORT:5432}/${POSTGRES_DB_NAME:uui}
spring.datasource.username=${POSTGRES_USERNAME:uui}
spring.datasource.password=${POSTGRES_PASSWORD:uui}
-spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQL9Dialect
+spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
spring.database.driver.classname=org.postgresql.Driver
spring.jpa.show-sql=false
spring.jpa.properties.hibernate.format_sql=false