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