【发布时间】: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 相关的信息。
我错过了什么吗?
【问题讨论】:
标签: spring-boot netty spring-boot-actuator project-reactor spring-webflux