Spring Boot v2.0.0.M2 webflux 和执行器
Posted
技术标签:
【中文标题】Spring Boot v2.0.0.M2 webflux 和执行器【英文标题】:Spring Boot v2.0.0.M2 webflux and actuator 【发布时间】:2017-12-31 20:07:09 【问题描述】:我无法让Actuator
与Spring Boot v2.0.0.M2
和Netty
一起工作。 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
相关的信息。
我错过了什么吗?
【问题讨论】:
【参考方案1】:你唯一缺少的就是耐心:-)
这计划在 2.0.0.M4 - 在此期间,您可以订阅 to one of the dedicated issues 并在合并后立即尝试使用 SNAPSHOT 版本。
【讨论】:
感谢您的链接!我用谷歌搜索了一个小时,没有任何结果。 没问题,有一个原型正在制作中,希望您能尽快上手!以上是关于Spring Boot v2.0.0.M2 webflux 和执行器的主要内容,如果未能解决你的问题,请参考以下文章
Spring boot 默认首页配置 Spring boot web默认首页配置 Spring boot web项目默认首页配置
Spring-Boot学习纪要-4:Spring-Boot与Web开发
为啥 Spring Boot 应用程序 pom 同时需要 spring-boot-starter-parent 和 spring-boot-starter-web?
《Pro Spring Boot 2》第四章:Web Applications with Spring Boot