关于SpringBoot Admin server 监控注意事项


当你导入了依赖

 
	de.codecentric
 	spring-boot-admin-starter-server
 	

按部就班的写配置,改代码,最后控制台报错:

Error starting ApplicationContext. To display the conditions report re-run your application with ‘debug’ enabled.
ERROR 44712 --- [ restartedMain] o.s.boot.SpringApplication : Application run failed

应该是版本的问题,不一定要遵循其建议使用最新版,我将
2.5.3改回了
2.2.0

浏览器地址栏输入: localhost:8080自动跳到applications页面