From ab2af1669c9169009ba15ec4a152185a262633e2 Mon Sep 17 00:00:00 2001
From: gssong <1742057357@qq.com>
Date: 星期一, 25 三月 2024 23:30:05 +0800
Subject: [PATCH] add 添加流程办理校验,添加部署后如果流程定义最高版本有表单配置将此版本配置同步到部署得流程定义

---
 ruoyi-admin/src/main/resources/application-dev.yml |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/ruoyi-admin/src/main/resources/application-dev.yml b/ruoyi-admin/src/main/resources/application-dev.yml
index 5589e58..b6d3db8 100644
--- a/ruoyi-admin/src/main/resources/application-dev.yml
+++ b/ruoyi-admin/src/main/resources/application-dev.yml
@@ -24,6 +24,18 @@
     server-address: 127.0.0.1:7700
     store-strategy: disk
 
+--- # easy-retry 閰嶇疆
+easy-retry:
+  enabled: true
+  # 闇�瑕佸湪EasyRetry鍚庡彴缁勭鐞嗗垱寤哄搴斿悕绉扮殑缁�,鐒跺悗鍒涘缓浠诲姟鐨勬椂鍊欓�夋嫨瀵瑰簲鐨勭粍,鎵嶈兘姝g‘鍒嗘淳浠诲姟
+  group-name: "ruoyi_group"
+  server:
+    host: 127.0.0.1
+    port: 1788
+  # 璇﹁ script/sql/easy_retry.sql `namespace` 琛�
+  namespace: ${spring.profiles.active}
+
+
 --- # 鏁版嵁婧愰厤缃�
 spring:
   datasource:

--
Gitblit v1.9.3