> For the complete documentation index, see [llms.txt](https://potoyang.gitbook.io/spring-in-action-v5/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://potoyang.gitbook.io/spring-in-action-v5/di-san-bu-fen-xiang-ying-shi-spring.md).

# 第三部分 响应式 Spring

在第三部分中，我们将探讨 Spring 中对响应式编程的支持。第 10 章讨论了使用 Project Reactor 进行响应式编程的要点，Project Reactor 是支持 Spring 5 响应式特性的响应式编程库。然后我们来看看 Reactor 最有用的响应式操作。在第 11 章中，我们将重新讨论 REST API 的开发，接着介绍 Spring WebFlux，这是一个新的 web 框架，它借鉴了 Spring MVC 的形式，同时为 web 开发提供了一个新的响应式模型。第三部分的最后是第 12 章，介绍了如何使用 Spring Data 来对响应式数据进行持久化，其实就是对 Cassandra 和 Mongo 数据库的读写操作。
