From 5af9496d6646b11a1d4d69eba22eef407aafd9da Mon Sep 17 00:00:00 2001 From: YunaiV Date: Sun, 4 May 2025 11:13:09 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9Aapplication-local.yaml=20=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=96=87=E4=BB=B6=E7=9A=84=EF=BC=8Cspring.autoconfigu?= =?UTF-8?q?re.exclude=20=E5=A2=9E=E5=8A=A0=20noinspection=20SpringBootAppl?= =?UTF-8?q?icationYaml=EF=BC=8C=E9=81=BF=E5=85=8D=E5=87=BA=E7=8E=B0?= =?UTF-8?q?=E5=BE=88=E9=9A=BE=E7=9C=8B=E7=9A=84=E6=8A=A5=E9=94=99=E6=8F=90?= =?UTF-8?q?=E9=86=92=EF=BC=81=EF=BC=81=EF=BC=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yudao-server/src/main/resources/application-local.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/yudao-server/src/main/resources/application-local.yaml b/yudao-server/src/main/resources/application-local.yaml index bcb2236261..32b005bb2b 100644 --- a/yudao-server/src/main/resources/application-local.yaml +++ b/yudao-server/src/main/resources/application-local.yaml @@ -4,6 +4,7 @@ server: --- #################### 数据库相关配置 #################### spring: autoconfigure: + # noinspection SpringBootApplicationYaml exclude: - org.springframework.boot.autoconfigure.quartz.QuartzAutoConfiguration # 默认 local 环境,不开启 Quartz 的自动配置 - de.codecentric.boot.admin.server.config.AdminServerAutoConfiguration # 禁用 Spring Boot Admin 的 Server 的自动配置