Add hibernate dialect for postgres12

This commit is contained in:
Konstantinos Triantafyllou 2024-10-31 14:14:29 +02:00
parent 5cb89677d8
commit 97902d2019
1 changed files with 1 additions and 0 deletions

View File

@ -3,3 +3,4 @@ api.description = Uoa User Management is a service which communicates with Role
api.version = ${project.version}
user-management.datasource.driver=org.postgresql.Driver
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect