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-gateway/src/main/resources/bootstrap.yml |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/se-gateway/src/main/resources/bootstrap.yml b/se-gateway/src/main/resources/bootstrap.yml
index 589c109..82114fb 100644
--- a/se-gateway/src/main/resources/bootstrap.yml
+++ b/se-gateway/src/main/resources/bootstrap.yml
@@ -1,6 +1,6 @@
 # Tomcat
 server:
-  port: 8080
+  port: 8001
 
 # Spring
 spring: 
@@ -29,6 +29,8 @@
         shared-configs:
           - data-id: application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}
             group: JHS_GROUP
+        # 鍏佽鍒锋柊
+        refresh-enabled: true
     sentinel:
       # 鍙栨秷鎺у埗鍙版噿鍔犺浇
       eager: true

--
Gitblit v1.9.3