# spring-guides **Repository Path**: starglow/spring-guides ## Basic Information - **Project Name**: spring-guides - **Description**: Spring Guides - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: https://spring.io/guides - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2023-04-19 - **Last Updated**: 2023-04-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Spring Guides ![Spring Boot](https://img.shields.io/badge/Spring--Boot-v2.7.2-brightgreen?style=flat) ![JDK](https://img.shields.io/badge/JDK-v1.8.0_341-orange?style=flat) ## 资源结构 按照《Spring实战(第五版)》目录结构,将Spring官网的Guides系列教程整理成5个部分,如下: + 第一部分:Spring基础 `Foundational Spring` - 第1章:Spring起步 - 第2章:开发Web应用 - 第3章:使用数据 - 第4章:保护Spring - 第5章:使用配置属性 + 第二部分:Spring集成 `Integrated Spring` - 第6章:创建REST服务 - 第7章:消费REST服务 - 第8章:发送异步消息 - 第9章:Spring集成 + 第三部分:反应式Spring `Reactive Spring` - 第10章:理解反应式编程 - 第11章:开发反应式API - 第12章:反应式持久化数据 + 第四部分:云原生Spring `Cloud-Native Spring` - 第13章:注册和发现服务 - 第14章:管理配置 - 第15章:处理失败和延迟 + 第五部分:部署Spring `Deployed Spring` - 第16章:使用Spring Boot Actuator - 第17章:管理Spring - 第18章:使用JMX监控Spring - 第19章:部署Spring ## 版权声明 本资源库采用Maven管理项目,仅用于本人学习和知识整理,所有源码版权归原作者或原组织所有。 ## 参考 + 官方指引文档:https://spring.io/guides + 官方源码:https://github.com/spring-guides + 官方指引文档翻译(第三方,CSDN专题):https://blog.csdn.net/stevenchen1989/category_9676916.html