项目结构参考:
https://gitee.com/darkone/springboot2-actuator
https://gitee.com/darkone/springboot-adminUIClient
################服务端配置#######################
1、maven中添加依赖
2、属性文件中增加
3、main方法中添加
4、启动springboot,再访问:http://localhost:8088/#/applications
出现如下界面说明成功:
################客户端配置#######################
1、maven依赖
2、属性配置
3、main主方法
4、访问成功