springboot2.0 快速搭建 Actuator和spring boot admin 进行监控

1 搭建SpringBoot admin 服务端     创建springBoot 项目并引入springBoot admin 服务端的依赖。 <dependency> <groupId>de.codecentric</groupId> <artifactId>spring-boot-admin-server</artifactId> <version>2.0.2</version> </d
相关文章
相关标签/搜索