Skip to content

Commit

Permalink
docs(webflux) 更新文档
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhengjiaao committed Sep 7, 2023
1 parent 334ce38 commit 578d514
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions starter-webflux/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

Spring WebFlux是一个新的 reactive web应用框架,自 Spring Framework 5.0引入。与Spring MVC不同的是,它不需要the Servlet API,是完全异步和非阻塞的,实现了Reactive Streams specification。

Spring WebFlux 有两种风格:函数式和基于注释的。基于注解的模型非常接近 Spring MVC 模型.

两种实现方式:

- webflux 注解式编程 (内部实现路由和请求Handler)
Expand Down

0 comments on commit 578d514

Please sign in to comment.