springboot 请求/actuator/beans 返回404

解决办法:

   yml增加配置:

management:
  endpoints:
    enabled-by-default: true   
    web:
      exposure:
        include: '*'

你可能感兴趣的:(#,SpringBoot,spring,boot,java,spring)