fix 修复 测试出的bug 调整sql结构

This commit is contained in:
疯狂的狮子Li
2024-06-03 18:17:30 +08:00
parent d96e725f16
commit 8db7fb661b
13 changed files with 210 additions and 311 deletions

View File

@@ -24,11 +24,12 @@ spring:
# username: ${datasource.system-postgres.username}
# password: ${datasource.system-postgres.password}
--- #flowable配置
# flowable配置
flowable:
async-executor-activate: false #关闭定时任务JOB
# 将databaseSchemaUpdate设置为true。当Flowable发现库与数据库表结构不一致时会自动将数据库表结构升级至新版本。
database-schema-update: false
# 关闭定时任务JOB
async-executor-activate: false
# 将databaseSchemaUpdate设置为true。当Flowable发现库与数据库表结构不一致时会自动将数据库表结构升级至新版本。
database-schema-update: true
activity-font-name: 宋体
label-font-name: 宋体
annotation-font-name: 宋体

View File

@@ -1,6 +1,7 @@
service.vgroupMapping.ruoyi-auth-group=default
service.vgroupMapping.ruoyi-system-group=default
service.vgroupMapping.ruoyi-resource-group=default
service.vgroupMapping.ruoyi-workflow-group=default
service.enableDegrade=false
service.disableGlobalTransaction=false