Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/github/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Spring boot 弹簧防尘套v2.0.0.M2 webflux和执行器_Spring Boot_Netty_Spring Boot Actuator_Project Reactor_Spring Webflux - Fatal编程技术网

Spring boot 弹簧防尘套v2.0.0.M2 webflux和执行器

Spring boot 弹簧防尘套v2.0.0.M2 webflux和执行器,spring-boot,netty,spring-boot-actuator,project-reactor,spring-webflux,Spring Boot,Netty,Spring Boot Actuator,Project Reactor,Spring Webflux,我无法使用弹簧靴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-sta

我无法使用
弹簧靴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"
我在日志文件中也没有看到与执行器相关的信息。
我错过了什么吗?

你唯一错过的就是耐心:-)


计划在2.0.0.M4版发布-在此期间,您可以在快照版本合并后立即订阅并试用它。

感谢您的链接!我在谷歌上搜索了一个小时,没有任何结果。没问题,有一个原型正在制作中,希望你能很快得到它!