| | |
| | | # 主库数据源 |
| | | 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 |
| | | 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! |
| | | # 从库数据源 |
| | |
| | | |
| | | # 工作流 Flowable 配置,flowable完整的配置,参见:@see https://www.flowable.com/open-source/docs/bpmn/ch05a-Spring-Boot/#flowable-application-properties |
| | | flowable: |
| | | database-schema-update: true # 自动更新flowable表结构,第一次连接数据库时可以设置为true |
| | | database-schema-update: false # 自动更新flowable表结构,第一次连接数据库时可以设置为true |
| | | # # 关闭各个模块生成表,目前只使用工作流基础表 |
| | | idm: # idm是flowable的身份管理模块:即用户、认证、权限等 |
| | | enabled: false |