springboot 使用webflux响应式开发教程(一)

什么是webFlux 左侧是传统的基于Servlet的Spring Web MVC框架,右侧是5.0版本新引入的基于Reactive Streams的Spring WebFlux框架,从上到下依次是Router Functions,WebFlux,Reactive Streams三个新组件。html Router Functions: 对标@Controller,@RequestMapping等标
相关文章
相关标签/搜索