# spring-framework-pt **Repository Path**: peterven/spring-framework-pt ## Basic Information - **Project Name**: spring-framework-pt - **Description**: spring framework 注释版 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: dev - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2021-09-27 - **Last Updated**: 2023-06-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README > 此分支由5.3.x分支拉出,对spring源码做注释。main分支为源码最新分支,但是已经升级到了6.x版本,这是一个大版本,还需要运行在JDK17环境下,所以本项目还是基于5.3.x这一稳定版来做注释。 > > 5.3.x版本对jdk要求是1.8即可 ## 项目指引 * spring-pt-ioc ioc模块 * bean生命周期 * 循环依赖 * 监听器 * spring-pt-aop aop模块 * spring-pt-transaction 事务模块 * spring-pt-mybatis spring整合mybatis * ... ## 怎么玩 直接去上述模块,找到main方法运行之