From 9d35f49d791fa26dbbffdfc9c911b50542beb1ad Mon Sep 17 00:00:00 2001 From: baoshiwei <baoshiwei@shlanbao.cn> Date: 星期四, 05 六月 2025 13:35:09 +0800 Subject: [PATCH] fix: 修改 Keycloak 服务器地址的端口号 --- eims/ruoyi-admin/src/main/resources/application.yml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/eims/ruoyi-admin/src/main/resources/application.yml b/eims/ruoyi-admin/src/main/resources/application.yml index 7b1cc81..40a1af7 100644 --- a/eims/ruoyi-admin/src/main/resources/application.yml +++ b/eims/ruoyi-admin/src/main/resources/application.yml @@ -275,7 +275,7 @@ --- #flowable閰嶇疆 flowable: # 寮�鍏� 鐢ㄤ簬鍚姩/鍋滅敤宸ヤ綔娴� - enabled: true + enabled: false process.enabled: ${flowable.enabled} eventregistry.enabled: ${flowable.enabled} async-executor-activate: false #鍏抽棴瀹氭椂浠诲姟JOB -- Gitblit v1.9.3