| | |
| | | max-wait: -1ms |
| | | datasource: |
| | | type: com.alibaba.druid.pool.DruidDataSource |
| | | driverClassName: com.mysql.cj.jdbc.Driver |
| | | driverClassName: org.postgresql.Driver |
| | | druid: |
| | | # 主库数据源 |
| | | master: |
| | | # url: jdbc:mysql://42.193.1.25:3306/project_management?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true |
| | | url: jdbc:mysql://42.193.1.25:3306/project_management?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true&allowMultiQueries=true |
| | | username: root |
| | | password: 321$YcYl@1970! |
| | | url: jdbc:postgresql://172.27.30.2:5432/project_management |
| | | username: project |
| | | password: Mysql@my |
| | | # 从库数据源 |
| | | slave: |
| | | # 从数据源开关/默认关闭 |
| | |
| | | # app: # app的功能是为flowable在spring中高效运行而提供了很多bean,与flowable本身的内容无关 |
| | | # enabled: true |
| | | # check-process-definitions: true |
| | | |
| | | # 用于替换动态表单的文件上传ip(更换服务器ip没调整) |
| | | targetIp: 119.6.246.90 |