README.md 9.0 KB
Newer Older
N
Nicky 已提交
1
# springboot examples
N
Nicky 已提交
2

N
Nicky 已提交
3

N
Nicky 已提交
4
Springboot学习例子,对应的博客专栏:[SpringBoot系列博客专栏](https://blog.csdn.net/u014427391/category_9195353.html)
N
Nicky 已提交
5

N
Nicky 已提交
6
TODO:文档整理ing....
N
Nicky 已提交
7 8 9 10 11 12 13 14 15 16
## 一、配置篇
* [SpringBoot系列之@PropertySource读取yaml文件](https://blog.csdn.net/u014427391/article/details/103235131)     >> [source download](https://github.com/u014427391/springbootexamples/tree/master/springboot-config)
* [SpringBoot系列之外部配置用法简介](https://blog.csdn.net/u014427391/article/details/102995991)     >> [source download](https://github.com/u014427391/springbootexamples/tree/master/springboot-config)
* [SpringBoot系列之配置文件加载位置](https://blog.csdn.net/u014427391/article/details/102994600)     >> [source download](https://github.com/u014427391/springbootexamples/tree/master/springboot-config)
* [SpringBoot系列之配置文件占位符使用](https://blog.csdn.net/u014427391/article/details/102985940)     >> [source download](https://github.com/u014427391/springbootexamples/tree/master/springboot-config)
* [SpringBoot系列之@PropertySource用法简介](https://blog.csdn.net/u014427391/article/details/102931513)     >> [source download](https://github.com/u014427391/springbootexamples/tree/master/springboot-config)
* [SpringBoot系列之profiles配置多环境用法介绍](https://blog.csdn.net/u014427391/article/details/102931424)     >> [source download](https://github.com/u014427391/springbootexamples/tree/master/springboot-config)
* [SpringBoot系列之@Value和@ConfigurationProperties](https://blog.csdn.net/u014427391/article/details/102887045)     >> [source download](https://github.com/u014427391/springbootexamples/tree/master/springboot-config)
* [SpringBoot系列之YAML配置用法学习笔记](https://blog.csdn.net/u014427391/article/details/102877780)     >> [source download](https://github.com/u014427391/springbootexamples/tree/master/springboot-config)
* [SpringBoot系列之profiles配置多环境](https://blog.csdn.net/u014427391/article/details/89792248)     >> [source download](https://github.com/u014427391/springbootexamples/tree/master/springboot-config)
N
Nicky 已提交
17

N
Nicky 已提交
18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
## 二、数据访问篇
* [SpringBoot系列之JDBC数据访问](https://blog.csdn.net/u014427391/article/details/103538659)     >> [source download](https://github.com/u014427391/springbootexamples/tree/master/sppringboot-jdbc)
* [SpringBoot系列之集成Mybatis教程](https://blog.csdn.net/u014427391/article/details/103547514)     >> [source download](https://github.com/u014427391/springbootexamples/tree/master/springboot-mybatis)
* [SpringBoot系列之Spring Data Jpa集成教程](https://blog.csdn.net/u014427391/article/details/103547514)     >> [source download](https://github.com/u014427391/springbootexamples/tree/master/springboot-jpa)
* [SpringBoot系列之集成Druid配置数据源监控](https://blog.csdn.net/u014427391/article/details/103547228)     >> [source download](https://github.com/u014427391/springbootexamples/tree/master/sppringboot-jdbc)
* [SpringBoot系列之Druid进行维度的统计和监控](https://blog.csdn.net/u014427391/article/details/70890506)     >> [source download](https://github.com/u014427391/springbootexamples/tree/master/sppringboot-jdbc)

## 三、日志篇
* [SpringBoot系列之日志框架介绍及其原理简介](https://blog.csdn.net/u014427391/article/details/103082396)     >> [source download](https://github.com/u014427391/springbootexamples/tree/master/springboot-logging-logback)
* [SpringBoot系列之日志框架使用教程](https://smilenicky.blog.csdn.net/article/details/103101517)     >> [source download](https://github.com/u014427391/springbootexamples/tree/master/springboot-logging-logback)
* [SpringBoot系列之集成logback实现日志打印](https://blog.csdn.net/u014427391/article/details/86848207)     >> [source download](https://github.com/u014427391/springbootexamples/tree/master/springboot-logging-logback)
* [SpringBoot系列之切换log4j日志框架](https://blog.csdn.net/u014427391/article/details/103108102)     >> [source download](https://github.com/u014427391/springbootexamples/tree/master/springboot-logging-log4j)

## 四、Web篇
* [SpringBoot系列之集成jsp模板引擎](https://blog.csdn.net/u014427391/article/details/103445785)     >> [source download](https://github.com/u014427391/springbootexamples/tree/master/springboot-jsp)
* [SpringBoot系列之集成Thymeleaf用法手册](https://blog.csdn.net/u014427391/article/details/103241846)     >> [source download](https://github.com/thymeleaf/thymeleafexamples-gtvg)
* [SpringBoot系列之i18n国际化多语言支持教程](https://blog.csdn.net/u014427391/article/details/103226530)     >> [source download](https://github.com/u014427391/springbootexamples/tree/master/springboot-web)

* [SpringBoot系列之HATEOAS用法简介](https://blog.csdn.net/u014427391/article/details/102650252)     >> [source download](https://github.com/u014427391/springbootexamples/tree/master/springboot-hateoas)
* [SpringBoot系列之集成Swagger2](https://blog.csdn.net/u014427391/article/details/102650252)     >> [source download](https://github.com/u014427391/springbootexamples)

## 五、缓存篇
* [SpringBoot系列之项目中缓存使用详细教程](https://blog.csdn.net/u014427391/article/details/105226170)          >> [source download](https://github.com/u014427391/springbootexamples/tree/master/springboot-cache)
* [SpringBoot系列之集成Redis实现缓存处理](https://blog.csdn.net/u014427391/article/details/78799623)     >> [source download](https://github.com/u014427391/jeeplatform)

## 六、消息队列篇
* [SpringBoot系列之RabbitMQ使用实用教程](https://blog.csdn.net/u014427391/article/details/105414281)     >> [source download](https://github.com/u014427391/springbootexamples/tree/master/springboot-rabbitmq)
## 七、分布式篇
* [SpringBoot系列之集成Dubbo实现微服务教程](https://blog.csdn.net/u014427391/article/details/103848114)     >> [source download](https://github.com/u014427391/springbootexamples/tree/master/springboot-dubbo)
* [SpringBoot系列之集成Dubbo的方式](https://blog.csdn.net/u014427391/article/details/103945442)     >> [source download](https://github.com/u014427391/springbootexamples/tree/master/springboot-dubbo)
N
Nicky 已提交
48 49 50 51 52 53 54
## 八、单点登录篇
* [ 单点登录集群安装教程](http://blog.csdn.net/u014427391/article/details/78653482)
* [CAS单点登录系列之原理简单介绍](https://blog.csdn.net/u014427391/article/details/82083995)
* [CAS系列之使用cas overlay搭建服务端(一)](https://blog.csdn.net/u014427391/article/details/105818468)
* [CAS 5.3.1系列之支持JDBC认证登录(二)](https://blog.csdn.net/u014427391/article/details/105603895)
* [CAS 5.3.1系列之自定义JDBC认证策略(三)](https://blog.csdn.net/u014427391/article/details/105820486)
* [CAS 5.3.1系列之自定义Shiro认证策略(四)](https://blog.csdn.net/u014427391/article/details/105820586)
N
Nicky 已提交
55
* [OAuth2.0系列之集成JWT实现单点登录](https://smilenicky.blog.csdn.net/article/details/106017401)
N
Nicky 已提交
56

N
Nicky 已提交
57 58 59 60 61 62 63 64 65 66 67
## 九、OAuth2.0篇
* [OAuth2.0系列之基本概念和运作流程(一)](https://smilenicky.blog.csdn.net/article/details/106543396)
* [OAuth2.0系列之授权码模式实践教程(二)](https://smilenicky.blog.csdn.net/article/details/106551368)
* [OAuth2.0系列之简化模式实践教程(三)](https://smilenicky.blog.csdn.net/article/details/106686607)
* [OAuth2.0系列之密码模式实践教程(四)](https://smilenicky.blog.csdn.net/article/details/106687880)
* [OAuth2.0系列之客户端模式实践教程(五)](https://smilenicky.blog.csdn.net/article/details/106689987)
* [OAuth2.0系列之信息数据库存储教程(六)](https://smilenicky.blog.csdn.net/article/details/106757121)
* [OAuth2.0系列之信息Redis存储教程(七)](https://smilenicky.blog.csdn.net/article/details/106790398)
* [OAuth2.0系列之JWT令牌实践教程(八)](https://smilenicky.blog.csdn.net/article/details/106805642)

## 十、SpringBoot源码篇
N
Nicky 已提交
68 69 70 71 72
* [SpringBoot源码学习系列之异常处理自动配置](https://blog.csdn.net/u014427391/article/details/103334278)
* [SpringBoot源码学习系列之嵌入式Servlet容器](https://blog.csdn.net/u014427391/article/details/103425427)
* [SpringBoot源码学习系列之Locale自动配置](https://blog.csdn.net/u014427391/article/details/103258401)
* [SpringBoot源码学习系列之@PropertySource注解实现](https://blog.csdn.net/u014427391/article/details/103258216)
* [SpringBoot源码学习系列之SpringMVC自动配置](https://blog.csdn.net/u014427391/article/details/103240199)
N
Nicky 已提交
73 74