pull/205/MERGE
YunaiV 2025-08-20 00:14:00 +08:00
commit 091591f1c0
2 changed files with 5 additions and 7 deletions

View File

@ -118,11 +118,10 @@
<artifactId>yudao-spring-boot-starter-monitor</artifactId>
</dependency>
<dependency>
<groupId>de.codecentric</groupId>
<artifactId>spring-boot-admin-starter-server</artifactId> <!-- 实现 Spring Boot Admin Server 服务端 -->
<optional>true</optional>
</dependency>
<!-- <dependency>-->
<!-- <groupId>de.codecentric</groupId>-->
<!-- <artifactId>spring-boot-admin-starter-server</artifactId> &lt;!&ndash; 实现 Spring Boot Admin Server 服务端 &ndash;&gt;-->
<!-- </dependency>-->
<!-- 三方云服务相关 -->
<dependency>

View File

@ -1,9 +1,8 @@
package cn.iocoder.yudao.module.infra.framework.monitor.config;
import de.codecentric.boot.admin.server.config.EnableAdminServer;
import org.springframework.context.annotation.Configuration;
@Configuration(proxyBeanMethods = false)
@EnableAdminServer
//@EnableAdminServer
public class AdminServerConfiguration {
}