我无法Actuator
与Spring Boot v2.0.0.M2
and一起工作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
在日志文件中看到相关信息。我错过了什么吗?