From 299b1469c9f19c1d45948bcc050aa37c86c965cd Mon Sep 17 00:00:00 2001 From: hyingbo <1363390067@qq.com> Date: 星期五, 13 六月 2025 17:53:07 +0800 Subject: [PATCH] mdc设备添加图片,设备监控、大屏修改设备图片来源及添加设备状态为故障的类型 --- lxzn-module-flowable/src/main/java/org/jeecg/modules/flowable/config/FlowableConfig.java | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/lxzn-module-flowable/src/main/java/org/jeecg/modules/flowable/config/FlowableConfig.java b/lxzn-module-flowable/src/main/java/org/jeecg/modules/flowable/config/FlowableConfig.java index c40dc09..0680065 100644 --- a/lxzn-module-flowable/src/main/java/org/jeecg/modules/flowable/config/FlowableConfig.java +++ b/lxzn-module-flowable/src/main/java/org/jeecg/modules/flowable/config/FlowableConfig.java @@ -1,14 +1,16 @@ package org.jeecg.modules.flowable.config; + import org.flowable.engine.ProcessEngine; import org.flowable.engine.ProcessEngineConfiguration; import org.flowable.engine.impl.cfg.StandaloneProcessEngineConfiguration; +import org.flowable.eventregistry.impl.EventRegistryEngine; import org.flowable.eventregistry.impl.EventRegistryEngineConfiguration; import org.springframework.beans.factory.annotation.Value; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.springframework.context.annotation.DependsOn; import org.springframework.jdbc.datasource.DriverManagerDataSource; -import org.flowable.eventregistry.impl.EventRegistryEngine; + import javax.sql.DataSource; @Configuration @@ -55,7 +57,8 @@ public EventRegistryEngine eventRegistryEngine(DataSource dataSource) { EventRegistryEngineConfiguration config = new EventRegistryEngineConfiguration(); config.setDataSource(dataSource); - // 璁剧疆鏁版嵁搴撴ā寮忔洿鏂扮瓥鐣ワ紝杩欓噷閫夋嫨鑷姩鏇存柊 + //flase锛歛ctiviti鍦ㄥ惎鍔ㄦ椂锛屼細瀵规瘮鏁版嵁搴撹〃涓繚瀛樼殑鐗堟湰锛屽鏋滄病鏈夎〃鎴栬�呯増鏈笉鍖归厤锛屽皢鎶涘嚭寮傚父銆傦紙鐢熶骇鐜甯哥敤锛� + //true锛� activiti浼氬鏁版嵁搴撲腑鎵�鏈夎〃杩涜鏇存柊鎿嶄綔銆傚鏋滆〃涓嶅瓨鍦紝鍒欒嚜鍔ㄥ垱寤恒�傦紙寮�鍙戞椂甯哥敤锛� config.setDatabaseSchemaUpdate("true"); return config.buildEventRegistryEngine(); } -- Gitblit v1.9.3