Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 637 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 637 Bytes

Spring Framework 官方源GitHub地址

看《Spring源码深度解析(第2版)》书时跟书记载

spring-lee

###该模块是为了方便看源码的解析

1.test.AppTest中是各种运行方法
2.customtag包中是自定义的解析器和解析器的注册,
  resource/META-INF中是自定义标签所需的文件,
  xsd-custom.xml是自定义标签的使用
3.myEventListener包中是spring提供的监听器的使用
4.factory中是对FactoryBean的使用