netty - Spring Boot v2.0.0.M2 webflux and actuator -
i'm not able actuator
work spring boot v2.0.0.m2
, netty
. following dependencies used in 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 actuator
in log files well. miss something?
the thing you're missing patience :-)
this scheduled 2.0.0.m4 - in meantime, can subscribe to 1 of dedicated issues , try things out snapshot version it's merged.
Comments
Post a Comment