> 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-si-bu-fen-yun-yuan-sheng-spring.md).

# 第四部分 云原生 Spring

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