关于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
应该是版本的问题,不一定要遵循其建议使用最新版,我将
改回了
浏览器地址栏输入: localhost:8080自动跳到applications页面