# 第四部分 云原生 Spring

第四部分将分解整体应用程序模型，介绍 Spring Cloud 和微服务开发。 在第 13 章中，对微服务进行了简要介绍之后，我们将深入研究服务发现，将 Spring 与 Netflix 的 Eureka 服务注册表结合使用，以注册和发现基于 Spring 的微服务。第 14 章探讨了使用 Spring Cloud 的 Config Server 进行的集中式配置，该服务可为给定应用程序中的所有服务提供集中式配置。在第 15 章中，您将了解如何在 Netflix Hystrix 中应用断路器模式以使服务在出现故障时更有韧性。


---

# 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-si-bu-fen-yun-yuan-sheng-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.
