add 集成 spring-boot-admin 全方位监控

This commit is contained in:
疯狂的狮子li
2021-04-22 15:04:35 +08:00
parent 5b4e9ef4db
commit 5fcef39a2e
10 changed files with 137 additions and 5 deletions

View File

@ -128,6 +128,15 @@
<artifactId>feign-okhttp</artifactId>
</dependency>
<dependency>
<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>
</project>