Spring Boot v2.0.0.M2 webflux and actuator

那年仲夏 提交于 2019-12-11 06:35:41

问题


I'm not able to get Actuator work with Spring Boot v2.0.0.M2 and Netty. The following dependencies are used in the 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"

I don't see information related to Actuator in the log files as well. Do I miss something?


回答1:


The only thing you're missing is patience :-)

This is scheduled for 2.0.0.M4 - in the meantime, you can subscribe to one of the dedicated issues and try things out with the SNAPSHOT version as soon as it's merged.



来源:https://stackoverflow.com/questions/45311063/spring-boot-v2-0-0-m2-webflux-and-actuator

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!