mirror of
https://github.com/wisemapping/wisemapping-open-source.git
synced 2025-04-04 11:14:29 +08:00
Fix posgresql
This commit is contained in:
parent
aadb88451b
commit
0dcdc2c263
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
|
Loading…
x
Reference in New Issue
Block a user