From 47cb9f0fd15b264687eff3992b72150030e99e57 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期三, 02 七月 2025 16:16:57 +0800 Subject: [PATCH] 解决druid报错 --- se-system/src/main/resources/bootstrap.yml | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/se-system/src/main/resources/bootstrap.yml b/se-system/src/main/resources/bootstrap.yml index 3c54846..24730b9 100644 --- a/se-system/src/main/resources/bootstrap.yml +++ b/se-system/src/main/resources/bootstrap.yml @@ -1,6 +1,6 @@ # Tomcat server: - port: 9201 + port: 8002 # Spring spring: @@ -18,12 +18,14 @@ # 鏈嶅姟娉ㄥ唽鍦板潃 server-addr: 127.0.0.1:8848 config: + group: JHS_GROUP # 閰嶇疆涓績鍦板潃 server-addr: 127.0.0.1:8848 # 閰嶇疆鏂囦欢鏍煎紡 file-extension: yml # 鍏变韩閰嶇疆 shared-configs: - - application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension} + - data-id: application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension} + group: JHS_GROUP # 鍏佽鍒锋柊 refresh-enabled: true -- Gitblit v1.9.3