# spring-boot-examples **Repository Path**: ABCpril/spring-boot-examples ## Basic Information - **Project Name**: spring-boot-examples - **Description**: 个人学习 SpringBoot2.x 写的一些示例程序,目前正在持续更新中..... - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-05 - **Last Updated**: 2021-11-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README SpringBoot2.x 个人学习示例程序 =========================     个人学习 **SpringBoot2.x** 写的一些示例程序,每个文件夹模块存放对应的示例程序代码。 在学习前首先要确保一下你本地是否配置了 JDK 和 Maven 的基础环境。 - Maven 必须是3.2及以上版本, - JDK 必须是1.8 或更高。 如下所示 基础应用篇,高级应用篇,原理应用篇 列表说明: - 第一个是:示例教程博客教程 - 第二个是:示例教程具体代码 Mavne 模块 (可以单独部署) **SpringBoot版本:** 2.1.0.RELEASE --- ## SpringBoot2.x 基础应用篇 - [玩转SpringBoot 2 快速搭建 | Spring Initializr 篇](https://mp.weixin.qq.com/s/spbtRZVYzDips437o9oYvA) **spring-boot-2.x-start** - [玩转 SpringBoot 2 快速搭建 | IntellJ IDEA篇](https://mp.weixin.qq.com/s/Z5vebfI7dPP75-1bE_JVzA) **spring-boot-2.x-start** - [玩转 SpringBoot 2 快速搭建 | SpringToolSuite 篇](https://mp.weixin.qq.com/s/OpBxjMgrOkOvccn718YStA) **spring-boot-2.x-start** - [玩转 Springboot 2 | 不使用 parent 方式创建SpringBoot项目篇](https://zhuoqianmingyue.blog.csdn.net/article/details/88093042) - [玩转SpringBoot 2 之项目启动篇](https://mp.weixin.qq.com/s/gVkdcWP8RpJaLkOQF23JzQ) **spring-boot-2.x-start** - [玩转 SpringBoot 2 之热部署DevTools](https://mp.weixin.qq.com/s/hJeh_YDiqZjHVJoDBa2oYQ) **spring-boot-2.x-start** - [玩转 SpringBoot 2 快速搭建 | RESTful Api 篇](https://mp.weixin.qq.com/s/d2aB7t0NyIDVlQb4VKZciQ) **spring-boot-2.x-restful-api** - [玩转 SpringBoot 2 快速整合 | 丝袜哥(Swagger)](https://mp.weixin.qq.com/s/X6KaClQRZbFn5-UcgxbqGQ) **spring-boot-2.x-swagger** - [玩转 SpringBoot 2 快速整合 Filter](https://mp.weixin.qq.com/s/WtZ63iDwXh2L5qxhGyWESg) **spring-boot-2.x_filter** - [玩转 SpringBoot 2 快速整合 Filter 注解版](https://mp.weixin.qq.com/s/MiuKREMyboVzcBDAYr9XNg) **spring-boot-2.x-annotation-filter** - [玩转 SpringBoot 2快速整合拦截器](https://mp.weixin.qq.com/s/IkNHvjRV7lMlShFYasC9yw) **spring-boot-2.x-interceptor** - [玩转 SpringBoot 2 快速整合 | Hibernate Validator数据校验](https://mp.weixin.qq.com/s/MUzj_Yg7X6JqGsDHE2MaXQ) **spring-boot-2.x-restful-api** - [玩转 SpringBoot 2 快速整合 Servlet](https://mp.weixin.qq.com/s/3Pe4hiCbrmvBDG3kFcnX7A) **spring-boot-2.x-servlet** - [玩转 SpringBoot 2 快速整合 Listener](https://mp.weixin.qq.com/s/8NSHNpyN1PfOWoZUFmTy6g) **spring-boot-2.x-listener** - [玩转 SpringBoot 2 快速整合 | 统一异常处理](https://mp.weixin.qq.com/s/3cfb3djYRo15KlavkV7tpw) **spring-boot-2.x-unified_anomaly** - [玩转 SpringBoot 2 快速整合 | FreeMarker篇](https://mp.weixin.qq.com/s/dAa_KZvVEV2wK40L7WdH4g) **spring-boot-2.x-freemarker** - [玩转 SpringBoot 2 快速整合 | JSP 篇](https://mp.weixin.qq.com/s/EbysDIkDKZ9OzMN_b7_uNQ) **spring-boot-2.x-jsp** - [玩转 SpringBoot 2 快速整合 | Thymeleaf 篇](https://mp.weixin.qq.com/s/O53FKyrWTDPqFhHEvdDCoQ) **spring-boot-2.x-thymeleaf** - [史上最详 Thymeleaf 使用教程](https://mp.weixin.qq.com/s/7FLO1ChRf18QU-w9ILzeAw) **spring-boot-2.x-thymeleaf** - [玩转 SpringBoot 2 之整合 JWT 上篇](https://mp.weixin.qq.com/s/WlwkTtn3xD6izXkkk5MjCQ) **spring-boot-2.x-jwt** - [玩转 SpringBoot 2 之整合 JWT 下篇](https://mp.weixin.qq.com/s/kUiZ1PcBCr1shoOg_-hmvA) **spring-boot-2.x-jwt** - [玩转SpringBoot 2之整合WebSocket篇](https://mp.weixin.qq.com/s/ZzgUerD1KTkQ-MCpPy2hGA) **spring-boot-2.x_websocket** - [玩转 SpringBoot 2 之发送邮件篇](https://mp.weixin.qq.com/s/BxExlZztSbnuPi0Tem-cPQ) **spring-boot-2.x_mail** - [玩转 SpringBoot 2 之整合定时任务篇](https://mp.weixin.qq.com/s/KYxh1g8LMY0TVdof08BlmA) **spring-boot-2.x_task** - [玩转 SpringBoot 2.x 之使用 SpringDataJpa 篇](https://mp.weixin.qq.com/s/MVSY8cryvXIpCV1NTqWuFw) **spring-boot-2.x-spring-data-jpa** - [玩转 SpringBoot 2.x 整合 Mybatis](https://mp.weixin.qq.com/s/98Lcc5mSD4xIl3fm69mIpQ) **spring-boot-2.x-mybaties** - [玩转SpringBoot2.x 整合Druid(Mybatis版)](https://mp.weixin.qq.com/s/2zSRQT2LWOCAI1zADFcHwQ) **spring-boot-2.x-mybaties** - [玩转 SpringBoot 2.x 之自定义Starter依赖](https://mp.weixin.qq.com/s/C6nP__BZ6NZkGpEW3h4F1w) **spring-boot-start-httpclient** **springboot-2.x-httpclient-custom-starter** - [SpringBoot 2 使用异步调用@Async](https://zhuoqianmingyue.blog.csdn.net/article/details/87989647) - [SpringBoot 2 使用SpringBoot Admin 监控](https://zhuoqianmingyue.blog.csdn.net/article/details/82785269) - [SpringBoot 2 多数据源操作 MyBatis + Durid版](https://mp.weixin.qq.com/s/KbeMwk65nWt-qYmlZ7vR_g) **spring-boot-2.x-mybaties-multipleDataSource** - 未完待续... ## SpringBoot2.x 高级应用篇 - [SpringBoot 2 使用Spring WebFlux之HelloWord教程](https://github.com/zhuoqianmingyue/springbootexamples/wiki/SpringBoot2.0%E4%BD%BF%E7%94%A8Spring-WebFlux%E4%B9%8BHelloWord%E6%95%99%E7%A8%8B) **lesson16_spring_webflux** - [Spring Boot 2 快速教程:WebFlux 快速入门(二)转载自泥瓦匠BYSocket](https://github.com/zhuoqianmingyue/springbootexamples/blob/master/doc/webflux/Spring%20Boot%202%20%E5%BF%AB%E9%80%9F%E6%95%99%E7%A8%8B%EF%BC%9AWebFlux%20%E5%BF%AB%E9%80%9F%E5%85%A5%E9%97%A8%EF%BC%88%E4%BA%8C%EF%BC%89.md) - [Spring Boot 2 快速教程:WebFlux Restful CRUD 实践(三)转载自泥瓦匠BYSocket ](https://github.com/zhuoqianmingyue/springbootexamples/blob/master/doc/webflux/Spring%20Boot%202%20%E5%BF%AB%E9%80%9F%E6%95%99%E7%A8%8B%EF%BC%9AWebFlux%20Restful%20CRUD%20%E5%AE%9E%E8%B7%B5%EF%BC%88%E4%B8%89%EF%BC%89.md) - [Spring Boot 2 快速教程:WebFlux 集成 Mongodb(四)转载自泥瓦匠BYSocket ](https://github.com/zhuoqianmingyue/springbootexamples/blob/master/doc/webflux/Spring%20Boot%202%20%E5%BF%AB%E9%80%9F%E6%95%99%E7%A8%8B%EF%BC%9AWebFlux%20%E9%9B%86%E6%88%90%20Mongodb%EF%BC%88%E5%9B%9B%EF%BC%89.md) - [Spring Boot 2 快速教程:WebFlux 集成 Thymeleaf(五)转载自泥瓦匠BYSocket ](https://github.com/zhuoqianmingyue/springbootexamples/blob/master/doc/webflux/Spring%20Boot%202%20%E5%BF%AB%E9%80%9F%E6%95%99%E7%A8%8B%EF%BC%9AWebFlux%20%E9%9B%86%E6%88%90%20Thymeleaf%EF%BC%88%E4%BA%94%EF%BC%89.md) - [Spring Boot 2 快速教程:WebFlux 集成 Thymeleaf 、 Mongodb 实践(六)转载自泥瓦匠BYSocket ](https://github.com/zhuoqianmingyue/springbootexamples/blob/master/doc/webflux/Spring%20Boot%202%20%E5%BF%AB%E9%80%9F%E6%95%99%E7%A8%8B%EF%BC%9AWebFlux%20%E9%9B%86%E6%88%90%20Thymeleaf%20%E3%80%81%20Mongodb%20%E5%AE%9E%E8%B7%B5%EF%BC%88%E5%85%AD%EF%BC%89.md) - [SpringBoot 2 快速集成 Jedis客户端 连接 redis 服务](https://zhuoqianmingyue.blog.csdn.net/article/details/93303627) **spring-boot-2.x-redis** - [SpringBoot 2 整合 SpringSession 最简操作](https://blog.csdn.net/ljk126wy/article/details/93971421) **spring-boot-2.x-spring-session-1** **spring-boot-2.x-spring-session-2** - [SpringBoot 2 快速整合 RabbitMQ](https://blog.csdn.net/ljk126wy/article/details/97543094) **spring-boot-2.x-rabbit-mq** - [SpringBoot 2 集成微信扫码支付](https://zhuoqianmingyue.blog.csdn.net/article/details/99554766) **spring-boot-2.x-wxpay** - [SpringBoot中获取微信用户信息竟然这么简单!](https://mp.weixin.qq.com/s/MFw9dWLAbEwO-giBu9rPVA) **spring-boot-2.x-weixin** - [JS-SDK自定义微信分享(SpringBoot版)](https://zhuoqianmingyue.blog.csdn.net/article/details/100714362) **spring-boot-2.x-weixin** - [通过Docker 启动SpringBoot 项目](https://blog.csdn.net/ljk126wy/article/details/104275624) - 未完待续... ## SpringBoot2.x 原理应用篇 - [不会部署并调试SpringBoot源码?一看必会IDEA操作](https://mp.weixin.qq.com/s/XY3p1kMrZ0UqdSqjXN4ytA) - [SpringBoot 2之自定义 Banner 日志输出篇](https://zhuoqianmingyue.blog.csdn.net/article/details/83109152) - [SpringBoot 2.x 解析BeanPostProcessor原理篇](https://blog.csdn.net/ljk126wy/article/details/83305455) 目前正在维护中... 尽请期待
