Go to file
Juergen Hoeller 4af6039359 Avoid substring allocation in StringUtils.replace
Closes gh-24023
2019-11-19 14:53:30 +01:00
.github
buildSrc
framework-bom
gradle Fix schemaZip Gradle task on MS Windows 2019-11-13 14:49:25 +01:00
integration-tests
spring-aop Polishing 2019-11-18 13:01:26 +01:00
spring-aspects
spring-beans Polish Javadoc for AutowiredAnnotationBeanPostProcessor 2019-11-15 12:43:55 +01:00
spring-context Polish contribution 2019-11-14 13:26:38 +01:00
spring-context-indexer
spring-context-support Use array.clone() instead of manual array creation 2019-11-13 13:53:42 +01:00
spring-core Avoid substring allocation in StringUtils.replace 2019-11-19 14:53:30 +01:00
spring-expression Support Kotlin synthetic classes in MethodParameter and SpEL 2019-11-13 14:22:53 +01:00
spring-instrument
spring-jcl
spring-jdbc Support for new MySQL 8 error code 3572 2019-11-11 15:55:26 +01:00
spring-jms
spring-messaging Use method signature to refine RSocket @MessageMapping 2019-11-18 17:27:41 +00:00
spring-orm
spring-oxm
spring-test Ignore scoped proxy targets for @ControllerAdvice beans 2019-11-19 14:20:25 +01:00
spring-tx
spring-web Ignore scoped proxy targets for @ControllerAdvice beans 2019-11-19 14:20:25 +01:00
spring-webflux Add test for usage of bodyToMono in WebClient.ResponseSpec::onStatus 2019-11-19 10:22:54 +01:00
spring-webmvc Ignore scoped proxy targets for @ControllerAdvice beans 2019-11-19 14:20:25 +01:00
spring-websocket Avoid indefinite wait in JettyWebSocketClient 2019-11-14 17:37:10 +00:00
src Use method signature to refine RSocket @MessageMapping 2019-11-18 17:27:41 +00:00
.editorconfig
.gitattributes
.gitignore
.mailmap
CODE_OF_CONDUCT.adoc
CONTRIBUTING.md Polishing 2019-11-05 15:27:46 +01:00
LICENSE.txt
README.md Fix grammar 2019-11-05 15:20:18 +01:00
SECURITY.md
build.gradle Upgrade to Kotlin 1.3.60 2019-11-19 10:50:05 +01:00
gradle.properties Next Development Version 2019-11-02 08:19:35 +00:00
gradlew
gradlew.bat
import-into-eclipse.md
import-into-idea.md
settings.gradle

README.md

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.