org.springframework.web.reactive
时间: 2023-09-01 19:09:33 浏览: 292
spring-framework-5.2.25.RELEASE.zip
5星 · 资源好评率100%
引用\[1\]中提到,之前使用的是Spring的web模块,现在改用了webflux模块。这意味着在项目的pom文件中,需要将原来的spring-boot-starter-web依赖替换为spring-boot-starter-webflux依赖。同时,还需要添加spring-integration-file依赖。\[1\]
引用\[2\]中提到,Spring MVC是Spring Framework中的一个模块,叫做spring-webmvc。它并不是一个独立的项目,而是作为Spring Framework的一部分存在。\[2\]
如果你想使用Spring MVC,可以在项目的pom文件中添加spring-boot-starter-web依赖。\[2\]
引用\[3\]中提到,还可以直接在pom文件中添加spring-boot-starter-websocket依赖,以实现相同的效果。\[3\]
综上所述,如果你想使用org.springframework.web.reactive包,你需要将项目的依赖配置为使用spring-boot-starter-webflux模块,并添加相应的依赖。
#### 引用[.reference_title]
- *1* *2* [Spring 5 新增全新的reactive web框架:webflux](https://blog.csdn.net/ation_work/article/details/108712925)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v91^insertT0,239^v3^insert_chatgpt"}} ] [.reference_item]
- *3* [springboot websocket全套模板,省去搭建的烦恼](https://blog.csdn.net/l688899886/article/details/125502088)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v91^insertT0,239^v3^insert_chatgpt"}} ] [.reference_item]
[ .reference_list ]
阅读全文