# 第三部分 响应式 Spring

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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://potoyang.gitbook.io/spring-in-action-v5/di-san-bu-fen-xiang-ying-shi-spring.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
