1

我无法ActuatorSpring Boot v2.0.0.M2and一起工作Netty。以下依赖项用于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在日志文件中看到相关信息。我错过了什么吗?

4

1 回答 1

2

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

这计划在 2.0.0.M4 发布 - 同时,您可以订阅其中一个专用问题,并在合并后立即尝试使用 SNAPSHOT 版本。

于 2017-07-25T18:44:24.533 回答