我无法Actuator
与Spring Boot v2.0.0.M2
和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
相关的信息。
我想念一下吗?
答案 0 :(得分:1)
你唯一缺少的是耐心: - )
预定于2.0.0.M4 - 与此同时,您可以订阅to one of the dedicated issues并在合并后立即尝试使用SNAPSHOT版本。