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

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -