From e909649eac4a244011d94ce2b4ee74c6f776f003 Mon Sep 17 00:00:00 2001 From: chenbowen Date: Thu, 27 Nov 2025 11:16:49 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A6=81=E6=AD=A2=E4=BA=8B=E4=BB=B6=E5=BC=95?= =?UTF-8?q?=E6=93=8E=E9=87=8D=E5=A4=8D=E8=87=AA=E5=8A=A8=E5=BB=BA=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zt-module-bpm-server/src/main/resources/application.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zt-module-bpm-server/src/main/resources/application.yaml b/zt-module-bpm-server/src/main/resources/application.yaml index adfbf58..37f2d24 100644 --- a/zt-module-bpm-server/src/main/resources/application.yaml +++ b/zt-module-bpm-server/src/main/resources/application.yaml @@ -82,6 +82,9 @@ flowable: db-history-used: true # flowable6 默认 true 生成信息表,无需手动设置 check-process-definitions: false # 设置为 false,禁用 /resources/processes 自动部署 BPMN XML 流程 history-level: audit # full:保存历史数据的最高级别,可保存全部流程相关细节,包括流程流转各节点参数 + eventregistry: + enabled: true # 默认开启事件引擎,这里显式声明,便于阅读 + database-schema-update: false # 禁止事件引擎重复自动建表,防止 FLW_EV_* 表冲突 # MyBatis Plus 的配置项 mybatis-plus: