From eb5c49e61f6d38ef6839d766dfb2cc8f2ed5e043 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: Fri, 10 Jun 2022 13:36:49 +0800
Subject: [PATCH] =?UTF-8?q?update=20=E4=BC=98=E5=8C=96=20sentinel=20?=
=?UTF-8?q?=E6=8E=A7=E5=88=B6=E5=8F=B0=20=E6=94=AF=E6=8C=81=20actuator=20?=
=?UTF-8?q?=E5=81=A5=E5=BA=B7=E6=A3=80=E6=9F=A5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
config/dev/ruoyi-sentinel-dashboard.yml | 2 +-
ruoyi-visual/ruoyi-sentinel-dashboard/pom.xml | 6 ++++++
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/config/dev/ruoyi-sentinel-dashboard.yml b/config/dev/ruoyi-sentinel-dashboard.yml
index c637d57d..16cf3839 100644
--- a/config/dev/ruoyi-sentinel-dashboard.yml
+++ b/config/dev/ruoyi-sentinel-dashboard.yml
@@ -15,7 +15,7 @@ logging:
auth:
enabled: true
filter:
- exclude-urls: /,/auth/login,/auth/logout,/registry/machine,/version
+ exclude-urls: /,/auth/login,/auth/logout,/registry/machine,/version,/actuator,/actuator/**
exclude-url-suffixes: htm,html,js,css,map,ico,ttf,woff,png
username: sentinel
password: sentinel
diff --git a/ruoyi-visual/ruoyi-sentinel-dashboard/pom.xml b/ruoyi-visual/ruoyi-sentinel-dashboard/pom.xml
index 81f2432a..880b3692 100644
--- a/ruoyi-visual/ruoyi-sentinel-dashboard/pom.xml
+++ b/ruoyi-visual/ruoyi-sentinel-dashboard/pom.xml
@@ -64,6 +64,12 @@
+
+
+ org.springframework.boot
+ spring-boot-starter-actuator
+
+
commons-lang
commons-lang