# TacoCloud **Repository Path**: ppdebug/TacoCloud ## Basic Information - **Project Name**: TacoCloud - **Description**: 🌮"Spring In Action"实战项目🫖 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-09-10 - **Last Updated**: 2023-07-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Spring in action 这个项目主要是学习《Spring in action》过程中的笔记和代码记录 ![Spring in action](docs/images/book.png) 会在每一章节的学习结束时打上一个tag, 可以方便地利用git版本控制回滚到相应的章节进行查看。 如: ```shell git tag # 查看标签 git checkout chapter1 # 切换到chapter1标签对应的版本 ``` ## 目前所在的位置 **第一部分 Spring基础** 🧱 * [x] [chapter1 spring起步](docs/chapter1.md) * [x] [chapter2 开发Web应用](docs/chapter2.md) * [x] [chapter3 使用数据](docs/chapter3.md) * [x] [chapter4 保护Spring](docs/chapter4.md) * [x] [chapter5 使用配置属性](docs/chapter5.md) **第二部分 Spring集成** 🈴 * [x] [chapter6 创建REST服务](docs/chapter6.md) * [x] [chapter7 消费REST服务](docs/chapter7.md) 🚩目前位于这里,继续加油哦💪 > **本章内容** > * 使用RestTemplate消费RestAPI > * 使用Traverson导航超媒体API * [ ] [chapter8 发送异步消息] * [ ] [chapter9 Spring集成] **第三部分 反应式Spring** 🪞 * [ ] [chapter10 理解反应式编程] * [ ] [chapter11 开发反应式API] * [ ] [chapter12 反应式持久化数据] **第四部分 云原生Spring** ☁️ * [ ] [chapter13 注册和发现服务] * [ ] [chapter14 配置管理] * [ ] [chapter15 处理失败和延迟] **第五部分 部署Spring** 🔩 * [ ] [chapter16 使用SpringBoot Actuator] * [ ] [chapter17 管理Spring] * [ ] [chapter18 使用JMX监控Spring] * [ ] [chapter19 部署Spring] 📢: *这个仓库只是存储自己的学习过程,其中大量文本都是对原书的摘抄,所以需要详细阅读的朋友请支持正版图书。*