微服务框架学习收录链接(包括服务搭建中用到mybatis-plus等)

放在最前面:

一个好非常好的学习spirng boot的网站:http://springboot.fun/

1、基于Spring Boot和Spring Cloud实现微服务架构学习(一)-Spring框架介绍

https://blog.csdn.net/zeb_perfect/article/details/51945350

2、Spring Cloud生态圈简介

https://blog.csdn.net/rickiyeat/article/details/59172258

3、标题:Spring Boot 快速搭建微服务框架详细教程

http://www.jb51.net/article/123197.htm

在该文章中了解到 Lombok 工具,该工具可实现实体类不用写通用 getter、setter方法

4、优雅高效的MyBatis-Plus工具快速入门使用

https://www.cnblogs.com/fingerboy/p/6657118.html

5、Mybatis-Plus——为Mybatis镀一层金

http://dushen.iteye.com/blog/2406248

6、mybaits-plus官方文档

http://mp.baomidou.com/#/quick-start

7、基于SpringBoot 2.0正式版的SpringCloud的微服务实战项目搭建

https://blog.csdn.net/guokezhongdeyuzhou/article/details/79653159

8、SpringCloud微服务框架搭建

https://www.cnblogs.com/springboot/p/8445780.html

2018-11-12更新:

1、springboot基础教程

说明:该地址所提供文章作为spring boot入门是极好的,包括了spring boot的方方面面

http://blog.didispace.com/Spring-Boot%E5%9F%BA%E7%A1%80%E6%95%99%E7%A8%8B/

2、springboot干货系列总纲

说明:spring boot学习入门总结,很有参考价值

http://tengj.top/2017/04/24/springboot0/

3、springcloud学习总结

说明:作者学习 《spring cloud微服务实战》的记录、总结和心得

https://www.cnblogs.com/lenve/p/7985943.html

4、springboot 2 完整教程

说明:将springboot2的各个功能分篇讲解,比较适合入门

https://www.cnblogs.com/skyme/p/8976866.html

原文地址:https://www.cnblogs.com/gregcn/p/8874229.html