update 监控中心 集成监控客户端 实现自监控

This commit is contained in:
疯狂的狮子li
2021-11-17 10:45:32 +08:00
parent ead6da4760
commit 1c8d44b309
5 changed files with 56 additions and 0 deletions

View File

@@ -28,6 +28,12 @@
<groupId>de.codecentric</groupId>
<artifactId>spring-boot-admin-starter-server</artifactId>
</dependency>
<dependency>
<groupId>de.codecentric</groupId>
<artifactId>spring-boot-admin-starter-client</artifactId>
</dependency>
</dependencies>
<build>