Spring Boot v2.0.0.M2 webflux和执行器

时间:2017-07-25 18:30:11

标签: spring-boot netty spring-boot-actuator project-reactor spring-webflux

我无法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相关的信息。 我想念一下吗?

1 个答案:

答案 0 :(得分:1)

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

预定于2.0.0.M4 - 与此同时,您可以订阅to one of the dedicated issues并在合并后立即尝试使用SNAPSHOT版本。