From 34044707d97b6396325c7fc4cac8d889fae96f85 Mon Sep 17 00:00:00 2001 From: wanglizhong <wlz> Date: 星期六, 10 五月 2025 21:34:53 +0800 Subject: [PATCH] fix:修复map加载显示问题 --- ruoyi-admin/src/main/resources/application-dev.yml | 22 +++++++++++++++++++++- 1 files changed, 21 insertions(+), 1 deletions(-) diff --git a/ruoyi-admin/src/main/resources/application-druid.yml b/ruoyi-admin/src/main/resources/application-dev.yml similarity index 81% copy from ruoyi-admin/src/main/resources/application-druid.yml copy to ruoyi-admin/src/main/resources/application-dev.yml index ac810e6..5659fd8 100644 --- a/ruoyi-admin/src/main/resources/application-druid.yml +++ b/ruoyi-admin/src/main/resources/application-dev.yml @@ -66,4 +66,24 @@ merge-sql: true wall: config: - multi-statement-allow: true \ No newline at end of file + multi-statement-allow: true + # 瀹氭椂浠诲姟閰嶇疆 + quartz: + # 鏄惁鍚敤瀹氭椂浠诲姟 + enabled: false + # 瀹氭椂浠诲姟绾跨▼姹犻厤缃� + properties: + org: + quartz: + threadPool: + threadCount: 5 + threadPriority: 5 + threadsInheritContextClassLoaderOfInitializingThread: true + jobStore: + class: org.quartz.simpl.RAMJobStore + scheduler: + instanceName: clusteredScheduler + instanceId: AUTO +# 姘戣埅鎺ュ彛鍦板潃 +min: + apiUrl: http://120.25.98.119:8084/v1/ #娴嬭瘯鐜锛歭ocalhost:8011 \ No newline at end of file -- Gitblit v1.9.1