Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/forezp/springbootlearning
《Spring Boot教程》源码
https://github.com/forezp/springbootlearning
apidocs cache docker mongodb mybatis rabbitmq redis spring-boot springboot-redis springcloud swagger
Last synced: 4 days ago
JSON representation
《Spring Boot教程》源码
- Host: GitHub
- URL: https://github.com/forezp/springbootlearning
- Owner: forezp
- Created: 2017-04-21T15:57:41.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-02-02T18:10:52.000Z (12 months ago)
- Last Synced: 2025-01-03T10:07:15.690Z (18 days ago)
- Topics: apidocs, cache, docker, mongodb, mybatis, rabbitmq, redis, spring-boot, springboot-redis, springcloud, swagger
- Language: Java
- Homepage:
- Size: 292 KB
- Stars: 2,311
- Watchers: 144
- Forks: 1,237
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
>转载请标明出处:
> 原文首发于:https://www.fangzhipeng.com/spring-boot.html
>
> 本文出自[方志朋的博客](https://www.fangzhipeng.com)
>#### 获取SpringCloud 、Spring Boot视频:https://www.fangzhipeng.com/share/2017/10/01/resource-sharing.html
# SpringBoot非官方教程 | 终章:文章汇总
springboot非官方教程,可能最接近于官方的一个教程,大多数案例都来自于官方文档,为了更好的理解,加入了个人的改造。
码云下载:[https://git.oschina.net/forezp/SpringBootLearning](https://git.oschina.net/forezp/SpringBootLearning)
源码下载:[https://github.com/forezp/SpringBootLearning](https://github.com/forezp/SpringBootLearning),谢谢支持,记得star哦。
欢迎访问我的个人博客:https://www.fangzhipeng.com/springboot/2017/07/11/springboot-all/
## 入门篇
[SpringBoot非官方教程 | 第一篇:构建第一个SpringBoot工程](https://www.fangzhipeng.com/springboot/2017/05/01/springboot1.html)## 配置篇
[ SpringBoot非官方教程 | 第二篇:Spring Boot配置文件详解](https://www.fangzhipeng.com/springboot/2017/05/02/sb2-config-file.html)
## 数据库篇
[SpringBoot非官方教程 | 第三篇:SpringBoot用JdbcTemplates访问Mysql](https://www.fangzhipeng.com/springboot/2017/05/03/sb3-Jdbc.html)
[SpringBoot非官方教程 | 第四篇:SpringBoot 整合JPA](https://www.fangzhipeng.com/springboot/2017/05/04/sb4-jpaJ.html)
[SpringBoot非官方教程 | 第五篇:springboot整合 beatlsql](https://www.fangzhipeng.com/springboot/2017/05/05/sb5-beatlsql.html)
[SpringBoot非官方教程 | 第六篇:springboot整合mybatis](https://www.fangzhipeng.com/springboot/2017/05/06/sb6-mybatis.html)
[SpringBoot非官方教程 | 第七篇:springboot开启声明式事务](https://www.fangzhipeng.com/springboot/2017/05/07/sb7-tracstion.html)
[SpringBoot非官方教程 | 第八篇:springboot整合mongodb](https://www.fangzhipeng.com/springboot/2017/05/08/sb8-mongodb.html)
[ SpringBoot非官方教程 | 第九篇: springboot整合Redis](https://www.fangzhipeng.com/springboot/2017/05/09/sb9-redis.html)
## 构架文档篇
[SpringBoot非官方教程 | 第十篇: 用spring Restdocs创建API文档](https://www.fangzhipeng.com/springboot/2017/05/10/sb10-springrestdocs.html)
[ SpringBoot非官方教程 | 第十一篇:springboot集成swagger2,构建优雅的Restful API](https://www.fangzhipeng.com/springboot/2017/05/11/sb11-swagger2.html)
[SpringBoot非官方教程 | 第十二篇:springboot集成apidoc](https://www.fangzhipeng.com/springboot/2017/05/12/sb12-apidoc.html)
## 缓存篇
[SpringBoot非官方教程 | 第十三篇:springboot集成spring cache](https://www.fangzhipeng.com/springboot/2017/05/13/sb13-springcache.html)## 消息队列
[SpringBoot非官方教程 | 第十四篇:在springboot中用redis实现消息队列](https://www.fangzhipeng.com/springboot/2017/05/14/sb14-redis-mq.html)
[ SpringBoot非官方教程 | 第十五篇:Springboot整合RabbitMQ](https://www.fangzhipeng.com/springboot/2017/05/15/sb15-rabbitmq.html)
## 网络相关
[SpringBoot非官方教程 | 第十六篇:用restTemplate消费服务](https://www.fangzhipeng.com/springboot/2017/05/16/sb16-restTemplate.html)
[SpringBoot非官方教程 | 第十七篇:上传文件](https://www.fangzhipeng.com/springboot/2017/05/17/sb17-upload.html)
## 任务调度
[SpringBoot非官方教程 | 第十八篇: 定时任务(Scheduling Tasks)](https://www.fangzhipeng.com/springboot/2017/05/18/sb18-scheduling.html)
## 表单相关
[SpringBoot非官方教程 | 第十九篇: 验证表单信息](https://www.fangzhipeng.com/springboot/2017/05/19/sb19.html)[SpringBoot非官方教程 | 第二十篇: 处理表单提交](https://www.fangzhipeng.com/springboot/2017/05/20/sb20-form.html)
## 其他
[ SpringBoot非官方教程 | 第二十一篇: springboot集成JMS](https://www.fangzhipeng.com/springboot/2017/05/21/sb21-modules.html)
[SpringBoot非官方教程 | 第二十二篇: 创建含有多module的springboot工程](https://www.fangzhipeng.com/springboot/2017/05/22/sprinboot22-elk.html)
[ SpringBoot非官方教程 | 第二十三篇: 异步方法](https://www.fangzhipeng.com/springboot/2017/05/23/springboot-ansy.html)
[ SpringBoot非官方教程 | 第二十四篇: springboot整合docker](https://www.fangzhipeng.com/springboot/2017/05/24/sb24-docker.html)
## 案例
[ SpringBoot非官方教程 | 第二十五篇: 2小时学会springboot](https://www.fangzhipeng.com/springboot/2017/05/25/sb25-2hour.html)## 未完结
* 待续。。。