Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fangjian0423/springboot-analysis

🍃 something about springboot
https://github.com/fangjian0423/springboot-analysis

java spring spring-boot springboot springmvc

Last synced: about 1 month ago
JSON representation

🍃 something about springboot

Awesome Lists containing this project

README

        

自己总结和学习的SpringBoot源码,包括一些例子代码和文章。

SpringBoot的基础概念以及使用大家可以查询一下网上的资料学习一下,这个系列主要讲解SpringBoot比较底层一点的东西。

个人认为SpringBoot是对Spring的一次再封装,这样可以让我们更方便地使用Spring进行开发。像SpringBoot内置的Servlet容器、条件注解等都是基于Spring开发出来的。

1. [SpringBoot源码分析之SpringBoot的启动过程](http://fangjian0423.github.io/2017/04/30/springboot-startup-analysis/)
2. [SpringBoot源码分析之Spring容器的refresh过程](http://fangjian0423.github.io/2017/05/10/springboot-context-refresh/)
3. [SpringBoot源码分析之条件注解的底层实现](http://fangjian0423.github.io/2017/05/16/springboot-condition-annotation/)
4. [SpringBoot源码分析之内置Servlet容器](http://fangjian0423.github.io/2017/05/22/springboot-embedded-servlet-container/)
5. [SpringBoot源码分析之SpringBoot可执行文件解析](http://fangjian0423.github.io/2017/05/31/springboot-executable-jar/)
6. [SpringBoot源码分析之工厂加载机制](http://fangjian0423.github.io/2017/06/05/springboot-factory-loading-mechanism/)
7. [SpringBoot源码分析之配置环境的构造过程](http://fangjian0423.github.io/2017/06/10/springboot-environment-analysis)
8. [SpringBoot源码分析之日志系统的构造](http://fangjian0423.github.io/2017/08/23/springboot-logging-system/)

另外也会写一些Spring和SpringBoot相关的文章。

Spring:

1. [Spring自定义类扫描器](http://fangjian0423.github.io/2017/06/11/spring-custom-component-provider/)
2. [Spring类注册笔记](http://fangjian0423.github.io/2017/06/15/spring-bean-register-note/)
3. [Spring内部的BeanPostProcessor接口总结](http://fangjian0423.github.io/2017/06/20/spring-bean-post-processor/)
4. [Spring内置的BeanPostProcessor总结](http://fangjian0423.github.io/2017/06/24/spring-embedded-bean-post-processor/)

SpringBoot:

1. [SpringBoot应用程序的关闭](http://fangjian0423.github.io/2017/06/28/springboot-application-exit/)