Skip to content

Commit 15ce886

Browse files
committed
添加Kafka原创内容
1 parent 37b577d commit 15ce886

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
4. **[Spring 如何优雅读取配置文件?](./docs/basis/read-config-properties.md)**
3232
5. **[Spring Boot 异常处理](./docs/advanced/springboot-handle-exception.md)**
3333
6. **[实际项目中我们是这样做异常处理的](./docs/advanced/springboot-handle-exception-plus.md)**
34-
7. [使用 spring-boot-devtools 进行热部署](./docs/basis/spring-boot-devtools.md)
34+
7. [使用 spring-boot-devtools 进行热部署](./docs/basis/spring-boot-devtools.md) (实际项目不太推荐热部署,影响效率)
3535
8. **[ Spring Boot JPA 基础:常见操作解析](./docs/basis/springboot-jpa.md)**
3636
9. **[JPA 中非常重要的连表查询就是这么简单](./docs/basis/springboot-jpa-lianbiao.md)**
3737
10. [SpringBoot 实现过滤器](./docs/basis/springboot-filter.md)
@@ -45,9 +45,10 @@
4545
3. **[如何在 Spring/Spring Boot 中做参数校验?你需要了解的都在这里!](./docs/advanced/spring-bean-validation.md)**
4646
4. [5分钟搞懂如何在Spring Boot中Schedule Tasks](./docs/advanced/SpringBoot-ScheduleTasks.md)
4747
5. **[新手也能看懂的 Spring Boot 异步编程指南](./docs/advanced/springboot-async.md)**
48-
6. **[Spring Boot 整合 阿里云OSS 存储服务,快来免费搭建一个自己的图床](https://github.com/Snailclimb/springboot-aliyun-oss)**
49-
7. [超详细,新手都能看懂 !使用Spring Boot+Dubbo 搭建一个分布式服务](./docs/advanced/springboot-dubbo.md)
50-
8. [从零入门 !Spring Security With JWT(含权限验证)](https://github.com/Snailclimb/spring-security-jwt-guide)
48+
6. **[Spring Boot 整合 阿里云OSS 存储服务,快来免费搭建一个自己的图床](https://github.com/Snailclimb/springboot-aliyun-oss)**
49+
7. **[Kafka 入门+SpringBoot整合Kafka系列](https://github.com/Snailclimb/springboot-kafka)**
50+
8. [超详细,新手都能看懂 !使用Spring Boot+Dubbo 搭建一个分布式服务](./docs/advanced/springboot-dubbo.md)
51+
9. [从零入门 !Spring Security With JWT(含权限验证)](https://github.com/Snailclimb/spring-security-jwt-guide)
5152

5253
### 面试题
5354

0 commit comments

Comments
 (0)