# spring-0.9.1-annotated **Repository Path**: happyaicoder/spring-0.9.1-annotated ## Basic Information - **Project Name**: spring-0.9.1-annotated - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 4 - **Created**: 2019-08-22 - **Last Updated**: 2023-05-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Spring Framework 0.9.1 源码注释 ## 介绍 由于 0.9.1 版本已经是古董级别(2003年)的.这里进行改造.将[源码下载](https://sourceforge.net/projects/springframework/files/springframework/0.9.1/)下来后添加到了如下的 maven 工程. 将 lib 目录下的 jar 找到尽量早的版本引入进来. 达到不报错的目的. ## 导入工程 这里已经是 maven 的工程.直接导入到 idea 或者 eclipse 就可以正常打开工程. ## 测试用例 执行test包下的`com.interface21.beans.Test`类里面的测试用例,就可以进行源码的调试以及跟踪源码 ## 参考资料 [https://www.jianshu.com/p/d6a06accb533](https://www.jianshu.com/p/d6a06accb533)