未验证 提交 3e4fc760 编写于 作者: N Nicky 提交者: GitHub

Update README.md

上级 cdffbe2b
......@@ -4,7 +4,16 @@
Springboot学习例子,对应的博客专栏:[SpringBoot系列博客专栏](https://blog.csdn.net/u014427391/category_9195353.html)
TODO:文档整理ing....
## 一、配置篇
对应[SpringBoot系列博客专栏](https://blog.csdn.net/u014427391/category_9195353.html)[例子代码](https://github.com/u014427391/springbootexamples),本博客不定时更新
* Spring框架:作为JavaEE框架领域的一款重要的开源框架,在企业应用开发中有着很重要的作用,同时Spring框架及其子框架很多,所以知识量很广。
* Spring Boot:一款Spring框架的子框架,也可以叫微框架,是2014年推出的一款使Spring框架开发变得容易的框架。学过Spring框架的都知识,Spring框架难以避免地需要配置不少XMl,而使用Spring Boot框架的话,就可以使用注解开发,极大地简化基于Spring框架的开发。Spring Boot充分利用了JavaConfig的配置模式以及“约定优于配置”的理念,能够极大的简化基于Spring MVC的Web应用和REST服务开发。
## 一、配置使用篇
* [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)
......@@ -22,13 +31,13 @@ TODO:文档整理ing....
* [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篇
## 四、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)
......@@ -36,7 +45,7 @@ TODO:文档整理ing....
* [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)
......@@ -65,7 +74,11 @@ TODO:文档整理ing....
* [OAuth2.0系列之信息Redis存储教程(七)](https://smilenicky.blog.csdn.net/article/details/106790398)
* [OAuth2.0系列之JWT令牌实践教程(八)](https://smilenicky.blog.csdn.net/article/details/106805642)
## 十、SpringBoot源码篇
## 十、搜索引擎篇
* [SpringBoot系列之Elasticsearch极速入门与实际教程](https://smilenicky.blog.csdn.net/article/details/107365858)
## 十、源码学习记录篇
* [SpringBoot源码学习系列之自动配置原理简介](https://blog.csdn.net/u014427391/article/details/102844681)
* [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)
......@@ -73,3 +86,11 @@ TODO:文档整理ing....
* [SpringBoot源码学习系列之SpringMVC自动配置](https://blog.csdn.net/u014427391/article/details/103240199)
微信打赏
![微信](https://img-blog.csdnimg.cn/20200707134011377.png)
技术博客公众号
![微信](https://img-blog.csdnimg.cn/20200707134024524.png)
计算机编程QQ群
![qq](https://img-blog.csdnimg.cn/20200707134038159.png)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册