springboot2.0.0版本以上配置监控/autoconfig访问不了

pom.xml

 <!--监控依赖  -->
         <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-actuator</artifactId>
          </dependency>

application.properties

 management.endpoints.web.exposure.include=*

其中health、beans、info等其他的都可以访问,就是 /autoconfig访问报404

2.0 /autoconfig重命名为/conditions