You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
610 B
24 lines
610 B
spring:
|
|
datasource:
|
|
url: jdbc:postgresql://192.168.110.198:5432/camunda
|
|
type: com.zaxxer.hikari.HikariDataSource
|
|
driver-class-name: org.postgresql.Driver
|
|
hikari:
|
|
username: postgres
|
|
password: postgres
|
|
server:
|
|
port: 1111
|
|
|
|
#camunda.bpm.admin-user:
|
|
# id: admin
|
|
# password: admin
|
|
camunda:
|
|
bpm:
|
|
admin-user:
|
|
id: admin
|
|
password: admin
|
|
database:
|
|
# 乱写类型会出错,不如不写,camunda会自己判断。Error while building ibatis SqlSessionFactory: null
|
|
# type: postgresql
|
|
schema-update: drop-create
|
|
auto-deployment-enabled: false
|
|
|