Fix posgresql

main
Paulo Gustavo Veiga 2024-02-17 00:54:41 -08:00
parent aadb88451b
commit 0dcdc2c263
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
spring:
datasource:
url: jdbc:postgresql://localhost/wisemapping
driver-class-name: org.postgresql.Driver
password: password
username: wisemapping
jpa:
properties:
hibernate:
dialect: org.hibernate.dialect.PostgreSQLDialect
sql:
init:
platform: postgresql