问题:请求http://localhost:8080/actuator/beans 返回404 描述: springboot启动后访问http://localhost:8080/actuator/health返回状态为UP。 请求http://localhost:8080/actuator/beans 返回404 解决: 在配置文件中(application.properties)添加如下配置: management.endpoints.web.exposure.include=*