# spring-boot-tutorial **Repository Path**: gongyuok/spring-boot-tutorial ## Basic Information - **Project Name**: spring-boot-tutorial - **Description**: SpringBoot学习课件 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 29 - **Created**: 2021-08-02 - **Last Updated**: 2021-08-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### SpringBoot2.0实战教程 - [第一章:快速构建Web应用](https://gitee.com/gongm_24/spring-boot-tutorial/tree/master/chapter1) - [第二章:整合JPA,实现对数据库CURD操作](https://gitee.com/gongm_24/spring-boot-tutorial/tree/master/chapter2) - [第三章:整合JUnit,实现单元测试](https://gitee.com/gongm_24/spring-boot-tutorial/tree/master/chapter3) - [第四章:配置拦截器](https://gitee.com/gongm_24/spring-boot-tutorial/tree/master/chapter4) - [第五章:配置过滤器](https://gitee.com/gongm_24/spring-boot-tutorial/tree/master/chapter5) - [第六章:配置高性能服务器Undertow](https://gitee.com/gongm_24/spring-boot-tutorial/tree/master/chapter6) - [第七章:整合Lombok让项目更简洁](https://gitee.com/gongm_24/spring-boot-tutorial/tree/master/chapter7) - [第八章:整合hibernate-validator优雅表单校验](https://gitee.com/gongm_24/spring-boot-tutorial/tree/master/chapter8) - [第九章:配置全局异常处理实现统一格式输出](https://gitee.com/gongm_24/spring-boot-tutorial/tree/master/chapter9) - [第十章:整合MapStruct优雅复制属性](https://gitee.com/gongm_24/spring-boot-tutorial/tree/master/chapter10) - [第十一章:整合Swagger2,自动生成API文档](https://gitee.com/gongm_24/spring-boot-tutorial/tree/master/chapter11) - [第十二章:整合Mybatis-plus](https://gitee.com/gongm_24/spring-boot-tutorial/tree/master/chapter12) - [第十三章:整合fluent-validator优雅业务校验](https://gitee.com/gongm_24/spring-boot-tutorial/tree/master/chapter13) - [第十四章:配置Banner,实现专属的启动画面](https://gitee.com/gongm_24/spring-boot-tutorial/tree/master/chapter14) - [第十五章:配置AOP,实现统一打印操作日志](https://gitee.com/gongm_24/spring-boot-tutorial/tree/master/chapter15) - [第十六章:整合Mail实现邮件发送](https://gitee.com/gongm_24/spring-boot-tutorial/tree/master/chapter16) - [第十七章:整合RabbitMQ之ACK消息确认](https://gitee.com/gongm_24/spring-boot-tutorial/tree/master/chapter17) - [第十八章:整合RabbitMQ之死信队列](https://gitee.com/gongm_24/spring-boot-tutorial/tree/master/chapter18) - [第十九章:整合RabbitMQ之实现延迟队列](https://gitee.com/gongm_24/spring-boot-tutorial/tree/master/chapter18/README_DELAY.md) - [第二十章:整合RabbitMQ实现定时邮件发送](https://gitee.com/gongm_24/spring-boot-tutorial/tree/master/chapter20) - [第二十一章:整合Redis之最简配置](https://gitee.com/gongm_24/spring-boot-tutorial/tree/master/chapter21) - [第二十二章:整合Redis之实现分布式锁](https://gitee.com/gongm_24/spring-boot-tutorial/tree/master/chapter22) - [第二十三章:整合Redis之实现缓存让程序加速起飞](https://gitee.com/gongm_24/spring-boot-tutorial/tree/master/chapter23) - [第二十四章:整合SpringSecurity之最简登录及方法鉴权](https://gitee.com/gongm_24/spring-boot-tutorial/tree/master/chapter24) - [第二十五章:整合SpringSecurity之基于数据库实现登录鉴权](https://gitee.com/gongm_24/spring-boot-tutorial/tree/master/chapter25) - [第二十六章:整合SpringSecurity之前后端分离使用JSON格式交互](https://gitee.com/gongm_24/spring-boot-tutorial/tree/master/chapter26) - [第二十七章:整合SpringSecurity之前后端分离使用Token实现登录鉴权](https://gitee.com/gongm_24/spring-boot-tutorial/tree/master/chapter27) - [第二十八章:整合SpringSecurity之前后端分离使用JWT实现登录鉴权](https://gitee.com/gongm_24/spring-boot-tutorial/tree/master/chapter28) - [第二十九章:整合SpringSecurity之Swagger单元测试传递Token](https://gitee.com/gongm_24/spring-boot-tutorial/tree/master/chapter29) - [第三十章:整合SpringSecurity之基于SpEL表达式实现动态方法鉴权](https://gitee.com/gongm_24/spring-boot-tutorial/tree/master/chapter30) - [第三十一章:整合SpringSecurity之自定义MD5加密](https://gitee.com/gongm_24/spring-boot-tutorial/tree/master/chapter31) - [第三十二章:配置定时任务](https://gitee.com/gongm_24/spring-boot-tutorial/tree/master/chapter32) - [第三十三章:整合Quartz之最简配置](https://gitee.com/gongm_24/spring-boot-tutorial/tree/master/chapter33) - [第三十四章:整合Quartz之实现增删查改动态管理任务](https://gitee.com/gongm_24/spring-boot-tutorial/tree/master/chapter34) - [第三十五章:整合Quartz之基于数据库动态管理任务](https://gitee.com/gongm_24/spring-boot-tutorial/tree/master/chapter35) - [第三十六章:整合ElasticJob之快速入门](https://gitee.com/gongm_24/spring-boot-tutorial/tree/master/chapter36) - [第三十七章:整合ElasticJob之快速入门](https://gitee.com/gongm_24/spring-boot-tutorial/tree/master/chapter36) ### 参考资料 官方样例: 学习网站: SpringBoot+SpringSecurity: