actuator beans不展示
<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-actuator</artifactId> </dependency>
引入actuator后发现 health可以正常展示。
但是发现beans无法展示
解决:
在application.properties里面加入配置:
management.endpoints.web.exposure.include=*
作者:iBrake
本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接,否则保留追究法律责任的权利.