Fix posgresql
This commit is contained in:
14
config/database/postgresql/app-postgresql.yaml
Normal file
14
config/database/postgresql/app-postgresql.yaml
Normal 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
|
Reference in New Issue
Block a user