今天项目要使用springboot admin来监控spring项目,但是在百度上搜了半天都没有找到该项目的地址,在github上搜索因为关键词问题也是折腾了一会,现在分享出来,希望项目上对springboot admin有需求或者要学习的开发人员尽快找到该项目,
该项目github地址:https://github.com/codecentric/spring-boot-admin
该项目开发文档网址:https://codecentric.github.io/spring-boot-admin/2.1.6/#getting-started
so enjoy
PS:
1、在使用过程中要注意springboot版本与spring-boot-admin-starter-server的兼容性问题,最好的方式就是在https://github.com/codecentric/spring-boot-admin里面查看你所用的spring-boot-admin-starter-server项目pom.xml文件使用的springboot版本,如下图所示:
2、mvn仓库中spring-boot-admin-starter-server 2.2.2版本使用的springboot版本用2.2.5.RELEASE版本就可以,springboot2.1.x版本存在兼容问题
效果图: