# 互联网公司常用框架源码赏析
[](https://github.com/doocs/source-code-hunter/blob/master/LICENSE)
[](http://makeapullrequest.com)
[](https://github.com/doocs/source-code-hunter/stargazers)
[](https://github.com/doocs/source-code-hunter/graphs/contributors)
[](https://github.com/doocs/source-code-hunter/labels/help%20wanted)
[](https://github.com/doocs/source-code-hunter/issues)
[](http://makeapullrequest.com)
阅读互联网公司主流框架源码,目前开放的有 Spring 系列框架、Mybatis 框架、Netty 框架,欢迎各位大佬加入我们,开拓新的领地。本项目主要用于记录框架源码的阅读经验、个人理解及解析,希望能够使阅读源码变成一件更简单有趣,且有价值的事情,抽空更新中...
## spring系列
### IoC容器
- [BeanDefinition的资源定位过程](/docs/Spring/IoC/一、BeanDefinition的资源定位过程.md)
- [将bean解析封装成BeanDefinition](/docs/Spring/IoC/二、将bean解析封装成BeanDefinition.md)
- [将BeanDefinition注册进IoC容器](/docs/Spring/IoC/三、将BeanDefinition注册进IoC容器.md)
- [依赖注入(DI)](/docs/Spring/IoC/四、依赖注入(DI).md)
### AOP
### SpringMVC
### SpringJDBC
### Spring事务
### Spring源码故事(瞎编版)
-[spring源码故事-面筋哥IoC容器的一天(上)](/docs/Spring/IoC/spring源码故事-面筋哥IoC容器的一天(上).md)
## MyBatis
## Netty
## 学习心得
### 初级开发者应该从源码中学习什么?
### 编码规范
### 设计模式
## License

This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.