Spring Boot v2.0.0.M2 webflux 和 actuator

Spring Boot v2.0.0.M2 webflux and actuator

我无法让 ActuatorSpring Boot v2.0.0.M2Netty 一起工作。 build.gradle中使用了以下依赖:

    compile "org.springframework.boot:spring-boot-starter-actuator"
    compile "org.springframework.boot:spring-boot-starter-data-redis-reactive"
    compile "org.springframework.boot:spring-boot-starter-webflux"
    compile "org.springframework.boot:spring-boot-configuration-processor"
    runtime "org.springframework.boot:spring-boot-devtools"

我在日志文件中也没有看到与 Actuator 相关的信息。 我错过了什么吗?

你唯一缺少的就是耐心:-)

这已安排在 2.0.0.M4 - 与此同时,您可以订阅 to one of the dedicated issues 并在合并后立即试用 SNAPSHOT 版本。