Paulo Gustavo Veiga 0dcdc2c263 Fix posgresql
2024-02-17 00:54:41 -08:00

14 lines
306 B
YAML

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