mirror of
https://github.com/wisemapping/wisemapping-open-source.git
synced 2025-04-04 19:34:30 +08:00
14 lines
306 B
YAML
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 |