【问题标题】:Spring Boot v2.0.0.M2 webflux and actuatorSpring Boot v2.0.0.M2 webflux 和执行器
【发布时间】:2017-12-31 20:07:09
【问题描述】:

我无法让ActuatorSpring Boot v2.0.0.M2Netty 一起工作。 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 相关的信息。 我错过了什么吗?

【问题讨论】:

    标签: spring-boot netty spring-boot-actuator project-reactor spring-webflux


    【解决方案1】:

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

    这计划在 2.0.0.M4 - 在此期间,您可以订阅 to one of the dedicated issues 并在合并后立即尝试使用 SNAPSHOT 版本。

    【讨论】:

    • 感谢您的链接!我用谷歌搜索了一个小时,没有任何结果。
    • 没问题,有一个原型正在制作中,希望您能尽快上手!
    猜你喜欢
    • 2019-03-26
    • 1970-01-01
    • 2014-04-07
    • 2021-08-17
    • 2019-10-28
    • 1970-01-01
    • 2016-02-13
    • 2019-12-28
    • 2018-08-29
    相关资源
    最近更新 更多