# spring-framework **Repository Path**: chengxuyuanguashu/spring-framework ## Basic Information - **Project Name**: spring-framework - **Description**: spring源码学习——fork from:https://github.com/spring-projects/spring-framework - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 53 - **Created**: 2024-01-12 - **Last Updated**: 2024-01-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: 源码系列 ## README 参考资料:[Spring 源码学习简介](http://https://yangzhiwen911.github.io/zh/spring/#1-%E4%B8%BA%E4%BB%80%E4%B9%88%E8%A6%81%E5%AD%A6spring-%E6%BA%90%E7%A0%81) # Spring Framework [![Build Status](https://ci.spring.io/api/v1/teams/spring-framework/pipelines/spring-framework-5.3.x/jobs/build/badge)](https://ci.spring.io/teams/spring-framework/pipelines/spring-framework-5.3.x?groups=Build") 这是 Spring Framework 的主页:所有 [Spring 项目](https://spring.io/projects) 的基础。总体而言,Spring Framework 和 Spring 项目家族通常简称为 "Spring"。 Spring 提供了除了 Java 编程语言之外,为创建各种场景和架构的企业应用程序所需的一切。请阅读 [Overview](https://docs.spring.io/spring/docs/current/spring-framework-reference/overview.html#spring-introduction) 部分,以获得更完整的介绍。 ## 行为准则 此项目受 [Spring 行为准则](CODE_OF_CONDUCT.adoc) 管辖。通过参与,您应遵守此行为准则。请将不可接受的行为报告给 spring-code-of-conduct@pivotal.io。 ## 访问二进制文件 要访问构建物或分发 zip,请参阅 [Spring Framework Artifacts](https://github.com/spring-projects/spring-framework/wiki/Spring-Framework-Artifacts) 维基页面。 ## 文档 Spring Framework 维护参考文档([已发布](https://docs.spring.io/spring-framework/docs/current/spring-framework-reference/) 和 [源代码](src/docs/asciidoc))、Github [维基页面](https://github.com/spring-projects/spring-framework/wiki) 和一个 [API 参考](https://docs.spring.io/spring-framework/docs/current/javadoc-api/)。还有来自 Spring 项目的 [指南和教程](https://spring.io/guides)。 ## 微基准测试 请查看 [微基准测试](https://github.com/spring-projects/spring-framework/wiki/Micro-Benchmarks) 维基页面。 ## 从源代码构建 请查看 [从源代码构建](https://github.com/spring-projects/spring-framework/wiki/Build-from-Source) 维基页面和 [CONTRIBUTING.md](CONTRIBUTING.md) 文件。 ## 保持联系 在 Twitter 上关注 [@SpringCentral](https://twitter.com/springcentral)、[@SpringFramework](https://twitter.com/springframework) 及其 [团队成员](https://twitter.com/springframework/lists/team/members)。您还可以在 [The Spring Blog](https://spring.io/blog/) 上找到深度文章,并通过我们的 [新闻订阅](https://spring.io/blog/category/news) 宣布发布。 ## 许可证 Spring Framework 以 [Apache License](https://www.apache.org/licenses/LICENSE-2.0) 版本 2.0 发布。