Spring

Spring Framework为现代基于Java的企业应用程序提供了全面的编程和配置模型 -- 在任何类型的部署平台上。(The Spring Framework provides a comprehensive programming and configuration model for modern Java-based enterprise applications - on any kind of deployment platform.)

Github星跟踪图

Spring是一个开源框架,Spring是于2003 年兴起的一个轻量级的Java 开发框架,由Rod Johnson创建。简单来说,Spring是一个分层的 JavaSE/EE full-stack(一站式) 轻量级开源框架。

Spring Framework 是所有Spring项目的基础。 Spring Framework和Spring项目系列通常简称为“Spring”。

Spring提供了Java编程语言之外所需的一切,用于为各种场景和体系结构创建企业应用程序。 请阅读概述部分作为参考,以获得更完整的介绍。

Spring的一个关键要素是应用程序级别的基础架构支持:Spring专注于企业应用程序的“管道”,以便团队可以专注于应用程序级业务逻辑,而无需与特定部署环境建立不必要的联系。

特性

  • 核心技术:依赖注入,事件,资源,i18n,验证,数据绑定,类型转换,SpEL,AOP。
  • 测试:模拟对象,TestContext框架,Spring MVC测试,WebTestClient。
  • 数据访问:事务,DAO支持,JDBC,ORM,编组XML。
  • Spring MVC和Spring WebFlux Web框架。
  • 集成:远程处理,JMS,JCA,JMX,电子邮件,任务,调度,缓存。
  • 语言:Kotlin,Groovy,动态语言。

所有可用的功能和模块的参考文档的模块部分介绍(the Modules section of the reference documentation)。maven/gradle 这里也有描述。

文档

Spring Framework维护参考文档(已发布源代码),Github wiki页面API参考。 Spring项目中还有指南和教程

从源代码构建

请参阅Build from Source Wikipedia页面和CONTRIBUTING.md文件。

保持联系

在Twitter上关注@SpringCentral,@ SpringFramework及其团队成员。 可以在The Spring Blog上找到深入的文章,或者通过我们的新闻源发布版本。

许可证

Spring Framework是在Apache License 2.0版下发布的。

概览

名称与所有者spring-projects/spring-framework
主编程语言Java
编程语言Groovy (语言数: 15)
平台BSD, Cross-platform, Linux, Mac, Solaris, Unix-like, Windows
许可证Apache License 2.0
发布数292
最新版本名称v6.2.0-M1 (发布于 2024-04-11 08:55:35)
第一版名称v3.0.0.M1 (发布于 2008-12-19 17:42:55)
创建于2010-12-08 04:04:45
推送于2024-05-12 10:38:06
最后一次提交
星数55.2k
关注者数3.4k
派生数37.6k
提交数30.1k
已启用问题?
问题数25223
打开的问题数274
拉请求数831
打开的拉请求数15
关闭的拉请求数3896
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?

Spring Framework Build Status

This is the home of the Spring Framework: the foundation for all Spring projects. Collectively the Spring Framework and the family of Spring projects are often referred to simply as "Spring".

Spring provides everything required beyond the Java programming language for creating enterprise applications for a wide range of scenarios and architectures. Please read the Overview section as reference for a more complete introduction.

Code of Conduct

This project is governed by the Spring Code of Conduct. By participating, you are expected to uphold this code of conduct. Please report unacceptable behavior to spring-code-of-conduct@pivotal.io.

Access to Binaries

For access to artifacts or a distribution zip, see the Spring Framework Artifacts wiki page.

Documentation

The Spring Framework maintains reference documentation (published and source), Github wiki pages, and an
API reference. There are also guides and tutorials across Spring projects.

Build from Source

See the Build from Source Wiki page and the CONTRIBUTING.md file.

Stay in Touch

Follow @SpringCentral, @SpringFramework, and its team members on Twitter. In-depth articles can be found at The Spring Blog, and releases are announced via our news feed.

License

The Spring Framework is released under version 2.0 of the Apache License.

去到顶部