From 83b61de3346546c74aaa5eb2e2003ede2fcef7b1 Mon Sep 17 00:00:00 2001 From: XuqmGroup Date: Tue, 16 Jun 2026 16:47:11 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20log-service=20=E7=A6=81=E7=94=A8=20Sprin?= =?UTF-8?q?g=20Security?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude --- xuqm-log-service/src/main/resources/application.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/xuqm-log-service/src/main/resources/application.yml b/xuqm-log-service/src/main/resources/application.yml index f5a2012..07ddc97 100644 --- a/xuqm-log-service/src/main/resources/application.yml +++ b/xuqm-log-service/src/main/resources/application.yml @@ -66,3 +66,6 @@ management: web: exposure: include: health,info + +spring.security: + enabled: false