Unable to start ReactiveWebApplicationContext due to missing ReactiveWebServerFactory bean.

Unable to start reactive web server; nested exception is org.springframework.context.ApplicationContextException: Unable to start ReactiveWebApplicationContext due to missing ReactiveWebServerFactory bean.

 若是是非web项目的话:react

spring:
   main:
     web-application-type: none

若是是web项目:web

添加webflux的依赖spring

<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-webflux</artifactId>
    <version>2.0.3.RELEASE</version>
</dependency>
相关文章
相关标签/搜索