From b7fbff5c957cf1bff30cc4c8e558efacb2e56166 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=96=AF=E7=8B=82=E7=9A=84=E7=8B=AE=E5=AD=90Li?= <15040126243@163.com> Date: Wed, 26 Mar 2025 09:49:16 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E4=BF=AE=E5=A4=8D=20sentinel=20=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E8=A2=AB=E5=86=85=E7=BD=AE=E6=96=87=E4=BB=B6=E8=A6=86?= =?UTF-8?q?=E7=9B=96=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/application.properties | 1 + 1 file changed, 1 insertion(+) create mode 100644 ruoyi-visual/ruoyi-sentinel-dashboard/src/main/resources/application.properties diff --git a/ruoyi-visual/ruoyi-sentinel-dashboard/src/main/resources/application.properties b/ruoyi-visual/ruoyi-sentinel-dashboard/src/main/resources/application.properties new file mode 100644 index 000000000..b12af6be2 --- /dev/null +++ b/ruoyi-visual/ruoyi-sentinel-dashboard/src/main/resources/application.properties @@ -0,0 +1 @@ +# 覆盖sentinel内置配置 不可删除