File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed
yudao-module-infra/yudao-module-infra-server
src/main/java/cn/iocoder/yudao/module/infra/framework/monitor/config Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 118
118
<artifactId >yudao-spring-boot-starter-monitor</artifactId >
119
119
</dependency >
120
120
121
- <dependency >
122
- <groupId >de.codecentric</groupId >
123
- <artifactId >spring-boot-admin-starter-server</artifactId > <!-- 实现 Spring Boot Admin Server 服务端 -->
124
- <optional >true</optional >
125
- </dependency >
121
+ <!-- <dependency>-->
122
+ <!-- <groupId>de.codecentric</groupId>-->
123
+ <!-- <artifactId>spring-boot-admin-starter-server</artifactId> <!– 实现 Spring Boot Admin Server 服务端 –>-->
124
+ <!-- </dependency>-->
126
125
127
126
<!-- 三方云服务相关 -->
128
127
<dependency >
Original file line number Diff line number Diff line change 1
1
package cn .iocoder .yudao .module .infra .framework .monitor .config ;
2
2
3
- import de .codecentric .boot .admin .server .config .EnableAdminServer ;
4
3
import org .springframework .context .annotation .Configuration ;
5
4
6
5
@ Configuration (proxyBeanMethods = false )
7
- @ EnableAdminServer
6
+ // @EnableAdminServer
8
7
public class AdminServerConfiguration {
9
8
}
You can’t perform that action at this time.
0 commit comments