spring-boot-starter-web 和 spring-boot-starter-webflux 不是一起工作吗?
2022-09-02 09:45:15
当我开始学习 时,我有关于这个组件的问题。spring-webflux
我构建了一个简单的项目,使用maven来管理它。我添加了 与 相关的依赖关系,例如:spring-boot-starter-web
spring-boot-starter-webflux
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-webflux</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
但它不起作用。删除依赖项时,它可以很好地工作。spring-boot-starter-web