Rossen Stoyanchev
5ac377499c
|
7 years ago | |
---|---|---|
.settings/gradle | 12 years ago | |
buildSrc | 7 years ago | |
gradle | 7 years ago | |
spring-aop | 7 years ago | |
spring-aspects | 7 years ago | |
spring-beans | 7 years ago | |
spring-context | 7 years ago | |
spring-context-indexer | 7 years ago | |
spring-context-support | 7 years ago | |
spring-core | 7 years ago | |
spring-expression | 7 years ago | |
spring-framework-bom | 7 years ago | |
spring-instrument | 7 years ago | |
spring-jcl | 7 years ago | |
spring-jdbc | 7 years ago | |
spring-jms | 7 years ago | |
spring-messaging | 7 years ago | |
spring-orm | 7 years ago | |
spring-oxm | 7 years ago | |
spring-test | 7 years ago | |
spring-tx | 7 years ago | |
spring-web | 7 years ago | |
spring-webflux | 7 years ago | |
spring-webmvc | 7 years ago | |
spring-websocket | 7 years ago | |
src | 7 years ago | |
.editorconfig | 8 years ago | |
.gitignore | 8 years ago | |
.mailmap | 10 years ago | |
CODE_OF_CONDUCT.adoc | 9 years ago | |
CONTRIBUTING.md | 7 years ago | |
README.md | 7 years ago | |
build.gradle | 7 years ago | |
gradle.properties | 7 years ago | |
gradlew | 7 years ago | |
gradlew.bat | 8 years ago | |
import-into-eclipse.bat | 7 years ago | |
import-into-eclipse.sh | 7 years ago | |
import-into-idea.md | 8 years ago | |
settings.gradle | 7 years ago |
README.md
This is the home of the Spring Framework that underlies all Spring projects. Collectively the Spring Framework and the family of related Spring projects make up what we call "Spring".
Spring provides everything you need beyond the Java language to create enterprise applications in a wide range of scenarios and architectures. Please read the Overview section in the 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. Please report unacceptable behavior to spring-code-of-conduct@pivotal.io.
Artifacts
For Maven repository information see downloading Spring artifacts, or if unable to use Maven or other transitive dependency management tools, see building a distribution with dependencies.
Learn
The Spring Frameworks maintains reference documentation, Github wiki pages, and an API reference.
You can find guides and tutorials on https://spring.io.
Build from Source
The Spring Framework uses a Gradle build. In the instructions below, the Gradle Wrapper is invoked from the root of the source tree and serves as a cross-platform, self-contained bootstrap mechanism for the build.
To build you will need Git and
JDK 8 update 20 or later.
Be sure that your JAVA_HOME
environment variable points to the jdk1.8.0
folder
extracted from the JDK download.
Start by checking out the sources:
git clone git@github.com:spring-projects/spring-framework.git
To import into an IDE, ensure JDK 8 is configured. Then run ./import-into-eclipse.sh
or read import-into-idea.md. For IntelliJ please do read the
instructions as a straight-up import will not work.
To compile, test, build all jars, distribution zips, and docs use:
./gradlew build
To install all spring-* jars into your local Maven cache:
./gradlew install
Discover more commands:
./gradlew tasks
See also CONTRIBUTING and the Gradle build and release FAQ.
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.