# Spring-Framework **Repository Path**: Neio101/Spring-Framework ## Basic Information - **Project Name**: Spring-Framework - **Description**: Spring Framework 是一个开源的Java/Java EE全功能栈(full-stack)的应用程序框架,以Apache许可证形式发布,也有.NET平台上的移植版本 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: spring-framework-study - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1146 - **Created**: 2022-08-09 - **Last Updated**: 2022-08-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Spring Framework [![Build Status](https://build.spring.io/plugins/servlet/wittified/build-status/SPR-PUBM)](https://build.spring.io/browse/SPR) # Spring源码学习 ## 本代码仓库基本信息 fork自spring官方仓库 * gitee地址:[https://gitee.com/mirrors/Spring-Framework](https://gitee.com/mirrors/Spring-Framework) * github地址:[https://github.com/spring-projects/spring-framework](https://github.com/spring-projects/spring-framework) 基于Spring Framework 5.2.15.BUILD-SNAPSHOT进行编译运行,添加测试module `spring-candywall`,在部分spring源码中加了注释,进行源码拜读。