1

我無法獲得ActuatorSpring Boot v2.0.0.M2Netty一起工作。以下依賴性在build.gradle使用:Spring Boot v2.0.0.M2 webflux和執行器

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

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

這是定於2.0.0.M4 - 在此期間,您可以訂閱to one of the dedicated issues,一旦它嘗試的事情了與快照版本合併。

+0

感謝您的鏈接!我搜索了一個小時沒有任何結果。 – hahn

+0

沒問題,這裏有一個原型,所以希望你能很快得到它! –

相關問題