README.md 2.3 KB
Newer Older
R
Rossen Stoyanchev 已提交
1 2 3 4
# <img src="src/docs/asciidoc/images/spring-framework.png" width="80" height="80"> Spring Framework

This is the home of the Spring Framework, the foundation for all
[Spring projects](https://spring.io/projects). Together the Spring Framework and the family of Spring projects make up what we call "Spring". 
5 6 7

Spring provides everything you need beyond the Java language to create enterprise
applications in a wide range of scenarios and architectures. Please read the
R
Rossen Stoyanchev 已提交
8
[Overview](https://docs.spring.io/spring/docs/current/spring-framework-reference/overview.html#spring-introduction)
9 10 11
section in the reference for a more complete introduction.

## Code of Conduct
R
Rossen Stoyanchev 已提交
12 13 14 15 16

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

R
Rossen Stoyanchev 已提交
17
## Access to Binaries
18

R
Rossen Stoyanchev 已提交
19 20 21
For access to artifacts or a distribution zip, see the
[Spring artifacts](https://github.com/spring-projects/spring-framework/wiki/Downloading-Spring-artifacts)
wiki page.
C
Chris Beams 已提交
22

R
Rossen Stoyanchev 已提交
23
## Documentation
C
Chris Beams 已提交
24

25 26 27 28
The Spring Frameworks maintains
[reference documentation](http://docs.spring.io/spring-framework/docs/current/spring-framework-reference/),
Github [wiki pages](https://github.com/spring-projects/spring-framework/wiki), and an
[API reference](http://docs.spring.io/spring-framework/docs/current/javadoc-api/).
R
Rossen Stoyanchev 已提交
29
There are also [guides and tutorials](https://spring.io/guides) across Spring projects.
C
Chris Beams 已提交
30

31
## Build from Source
C
Chris Beams 已提交
32

33 34
See the [Build from Source](https://github.com/spring-projects/spring-framework/wiki/Build-from-Source)
wiki page, also [CONTRIBUTING](CONTRIBUTING.md), and the
35 36 37 38 39 40 41 42 43
[Gradle build and release FAQ](https://github.com/spring-projects/spring-framework/wiki/Gradle-build-and-release-FAQ).

## Stay in Touch

Follow [@SpringCentral](https://twitter.com/springcentral),
[@SpringFramework](https://twitter.com/springframework), and its
[team members](https://twitter.com/springframework/lists/team/members) on Twitter.
In-depth articles can be found at [The Spring Blog](http://spring.io/blog/),
and releases are announced via our [news feed](http://spring.io/blog/category/news).
C
Chris Beams 已提交
44 45

## License
46 47 48

The Spring Framework is released under version 2.0 of the
[Apache License](http://www.apache.org/licenses/LICENSE-2.0).