review flowable 的代码实现,测试通过

This commit is contained in:
YunaiV
2022-02-28 00:58:11 +08:00
parent b845d62e8b
commit 3201288036
19 changed files with 1396 additions and 39 deletions

View File

@ -43,13 +43,15 @@ spring:
primary: master
datasource:
master:
name: ruoyi-vue-pro
# name: ruoyi-vue-pro
name: ruoyi-vue-pro-flowable
url: jdbc:mysql://127.0.0.1:3306/${spring.datasource.dynamic.datasource.master.name}?useSSL=false&allowPublicKeyRetrieval=true&useUnicode=true&characterEncoding=UTF-8&serverTimezone=CTT
driver-class-name: com.mysql.jdbc.Driver
username: root
password: 123456
slave: # 模拟从库,可根据自己需要修改
name: ruoyi-vue-pro
# name: ruoyi-vue-pro
name: ruoyi-vue-pro-flowable
url: jdbc:mysql://127.0.0.1:3306/${spring.datasource.dynamic.datasource.slave.name}?useSSL=false&allowPublicKeyRetrieval=true&useUnicode=true&characterEncoding=UTF-8&serverTimezone=CTT
driver-class-name: com.mysql.jdbc.Driver
username: root