# spring-boot2-learning **Repository Path**: lxllx/spring-boot2-learning ## Basic Information - **Project Name**: spring-boot2-learning - **Description**: 基于 SpringBoot2 整合的案例教程 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-04-07 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # spring-boot2 本文是基于 Spring Boot 2.x 版本进行的系列教程,欢迎关注我的公众号 **`battcn`** # 公众号 ![公众号](http://image.battcn.com/assets/images/wxgzh8cm.png) # 推荐开源项目 - GitHub:[https://github.com/battcn/swagger-spring-boot](https://github.com/battcn/swagger-spring-boot "https://github.com/battcn/swagger-spring-boot") - 码云:[https://gitee.com/battcn/spring-boot-starter-swagger/](https://gitee.com/battcn/spring-boot-starter-swagger/ "https://gitee.com/battcn/spring-boot-starter-swagger/") - 码云:[https://gitee.com/battcn/battcn3.0](https://gitee.com/battcn/battcn3.0 "https://gitee.com/battcn/battcn3.0") - 码云:[https://gitee.com/battcn/battcn-plus](https://gitee.com/battcn/battcn-plus "https://gitee.com/battcn/battcn-plus") # 目录介绍 - **chapter1:** [一起来学Spring Boot | 第一篇:构建第一个Spring Boot工程](http://blog.battcn.com/2018/04/20/springboot/v2-introducing/) - **chapter2:** [一起来学Spring Boot | 第二篇:Spring Boot配置详解](http://blog.battcn.com/2018/04/22/springboot/v2-config-properties/) - **chapter3:** [一起来学Spring Boot | 第四篇:整合Thymeleaf模板](http://blog.battcn.com/2018/04/28/springboot/v2-web-thymeleaf/) - **chapter4:** [一起来学Spring Boot | 第五篇:使用JdbcTemplate访问数据库](http://blog.battcn.com/2018/05/07/springboot/v2-orm-jdbc/) - **chapter5:** [一起来学Spring Boot | 第六篇:整合Spring Data Jpa](http://blog.battcn.com/2018/05/08/springboot/v2-orm-jpa/) - **chapter6:** [一起来学Spring Boot | 第七篇:整合Mybatis](http://blog.battcn.com/2018/05/09/springboot/v2-orm-mybatis/) - **chapter7:** [一起来学Spring Boot | 第八篇:通用Mapper与分页插件的集成](http://blog.battcn.com/2018/05/10/springboot/v2-orm-mybatis-plugin/) - **chapter8:** [一起来学Spring Boot | 第九篇:整合Lettuce Redis](http://blog.battcn.com/2018/05/11/springboot/v2-nosql-redis/) - **chapter9:** [一起来学Spring Boot | 第十篇:使用Spring Cache集成Redis](http://blog.battcn.com/2018/05/13/springboot/v2-cache-redis/) - **chapter10:** [一起来学Spring Boot | 第十一篇:集成Swagger在线调试](http://blog.battcn.com/2018/05/16/springboot/v2-config-swagger/) - **chapter11:** [一起来学Spring Boot | 第十二篇:初探RabbitMQ消息队列](http://blog.battcn.com/2018/05/22/springboot/v2-queue-rabbitmq/) - **chapter12:** [一起来学Spring Boot | 第十三篇:RabbitMQ延迟队列](http://blog.battcn.com/2018/05/23/springboot/v2-queue-rabbitmq-delay/) - **chapter13:** [一起来学Spring Boot | 第十四篇:强大的 actuator 服务监控与管理](http://blog.battcn.com/2018/05/24/springboot/v2-actuator-introduce/) - **chapter14:** [一起来学Spring Boot | 第十五篇:actuator与spring-boot-admin 可以说的秘密](http://blog.battcn.com/2018/05/24/springboot/v2-actuator-monitor/) - **chapter15:** [一起来学Spring Boot | 第十六篇:定时任务详解](http://blog.battcn.com/2018/05/29/springboot/v2-other-scheduling/) - **chapter16:** [一起来学Spring Boot | 第十七篇:轻松搞定文件上传](http://blog.battcn.com/2018/05/31/springboot/v2-other-upload/) - **chapter17:** [一起来学Spring Boot | 第十八篇:轻松搞定全局异常](http://blog.battcn.com/2018/06/01/springboot/v2-other-exception/) - **chapter18:** [一起来学Spring Boot | 第十九篇:轻松搞定数据验证(一)](http://blog.battcn.com/2018/06/05/springboot/v2-other-validate1/) - **chapter19:** [一起来学Spring Boot | 第二十篇:轻松搞定数据验证(二)](http://blog.battcn.com/2018/06/06/springboot/v2-other-validate2/) - **chapter20:** [一起来学Spring Boot | 第二十一篇:轻松搞定数据验证(三)](http://blog.battcn.com/2018/06/07/springboot/v2-other-validate3/) - **chapter21:** [一起来学Spring Boot | 第二十二篇:轻松搞定重复提交(本地锁)](http://blog.battcn.com/2018/06/12/springboot/v2-cache-locallock/) - **chapter22:** [一起来学Spring Boot | 第二十三篇:轻松搞定重复提交(分布式锁)](http://blog.battcn.com/2018/06/13/springboot/v2-cache-redislock/) - **chapter23:** [一起来学Spring Boot | 第二十四篇:数据库管理与迁移(Liquibase)](http://blog.battcn.com/2018/06/20/springboot/v2-other-liquibase/) - **chapter24:** [一起来学Spring Boot | 第二十五篇:打造属于自己的聊天室(WebSocket)](https://github.com/battcn/spring-boot2-learning/tree/master/chapter24) - **chapter25:** [一起来学Spring Boot | 第二十六篇:轻松搞定安全框架(Shiro)](https://github.com/battcn/spring-boot2-learning/tree/master/chapter25) - **chapter26:** [限流探索](https://github.com/battcn/spring-boot2-learning/tree/master/chapter26) - **chapter27:** [一起来学SpringBoot | 第二十七篇:优雅解决分布式限流](https://github.com/battcn/spring-boot2-learning/tree/master/chapter27)