线程池的原理及实现:https://blog.csdn.net/hsuxu/article/details/8985931
Java高级工程师面试题总结及参考答案:https://www.cnblogs.com/java1024/p/8594784.html
Dubbo入门---搭建一个最简单的Demo框架:https://blog.csdn.net/noaman_wgs/article/details/70214612
Maven项目的子模块不能打成jar包输出到lib目录:https://segmentfault.com/q/1010000011381328 在common的pom.xml中加个打包方式 <packaging>jar</packaging>
史上最简单的 SpringCloud 教程 | 终章:https://blog.csdn.net/forezp/article/details/70148833/
eureka集群高可用配置:https://blog.csdn.net/tianyaleixiaowu/article/details/78184793
史上最简单的 SpringCloud 教程 | 终章-视频:http://www.mayikt.com/front/couinfo/87/0#
2018年最新Spring Boot视频教程附代码笔记资料(50G):https://blog.csdn.net/c_zhouwei084/article/details/78640997
--------------------------oauth2学习------
Spring Cloud Security OAuth2搭建授权服务:https://blog.csdn.net/qq_27384769/article/details/7944324
视频:https://v.youku.com/v_show/id_XMzE4MTEzOTEwMA==.html?spm=a2h0k.11417342.soresults.dtitle
https://blog.csdn.net/qq_19671173/article/details/79748422 *****
https://github.com/haoxiaoyong1014/springboot-examples *****
Spring cloud oauth2.0的源码解析与实践Demo:https://blog.csdn.net/j754379117/article/details/70176974 ***
最详细的Spring Boot OAuth2.0密码模式服务器实现:https://blog.csdn.net/qq_34873338/article/details/80218212
使用Spring Cloud Security OAuth2搭建授权服务:https://blog.csdn.net/neosmith/article/details/52539927#reply
Re:从零开始的Spring Security OAuth2(一):https://blog.csdn.net/X5fnncxzq4/article/details/79158385
spring Security Oauth2 之 核心架构配置: https://blog.csdn.net/wuzhiwei549/article/details/79815491
案例:http://www.leftso.com/blog/382.html *****
https://www.cnblogs.com/cjsblog/p/9296361.html ******
https://blog.csdn.net/fanbojiayou/article/details/79323315
https://www.jianshu.com/p/c6ce913a3d52
Spring Security 与 OAuth2(资源服务器):https://www.jianshu.com/p/6dd03375224d
https://blog.csdn.net/z57354658/article/details/82108263
https://blog.csdn.net/fanbojiayou/article/details/79323315 *****细看