Skip to content

Commit ab5cdb5

Browse files
committed
Add readme
1 parent 1a3d9a2 commit ab5cdb5

File tree

1 file changed

+58
-0
lines changed

1 file changed

+58
-0
lines changed

README.md

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
## Spring Framework
2+
The Spring Framework provides a comprehensive programming and configuration model for modern
3+
Java-based enterprise applications - on any kind of deployment platform. A key element of Spring is
4+
infrastructural support at the application level: Spring focuses on the "plumbing" of enterprise
5+
applications so that teams can focus on application-level business logic, without unnecessary ties
6+
to specific deployment environments.
7+
8+
The framework also serves as the foundation for
9+
[Spring Integration](https://github.com/SpringSource/spring-integration),
10+
[Spring Batch](https://github.com/SpringSource/spring-batch) and the rest of the Spring family of
11+
projects. Browse the repositories under the
12+
[SpringSource organization](https://github.com/SpringSource) on GitHub for a full list.
13+
14+
[.NET](https://github.com/SpringSource/spring-net) and
15+
[Python](https://github.com/SpringSource/spring-python) variants are available as well.
16+
17+
## Downloading artifacts
18+
Instructions on
19+
[downloading Spring artifacts](https://github.com/SpringSource/spring-framework/wiki/Downloading-Spring-artifacts)
20+
via Maven and other build systems are available via the project wiki.
21+
22+
## Documentation
23+
See the current [Javadoc](http://static.springsource.org/spring/docs/current/javadoc-api)
24+
and [Reference docs](http://static.springsource.org/spring/docs/current/spring-framework-reference).
25+
26+
## Getting support
27+
Check out the [Spring forums](http://forum.springsource.org) and the
28+
[Spring tag](http://stackoverflow.com/questions/tagged/spring) on StackOverflow.
29+
[Commercial support](http://springsource.com/support/springsupport) is available too.
30+
31+
## Issue Tracking
32+
Spring's JIRA issue tracker can be found [here](http://jira.springsource.org/browse/SPR). Think
33+
you've found a bug? Please consider submitting a reproduction project via the
34+
[spring-framework-issues](https://github.com/springsource/spring-framework-issues) repository. The
35+
[readme](https://github.com/springsource/spring-framework-issues#readme) provides simple
36+
step-by-step instructions.
37+
38+
## Building from source
39+
Instructions on
40+
[building Spring from source](https://github.com/SpringSource/spring-framework/wiki/Building-from-source)
41+
are available via the project wiki.
42+
43+
## Contributing
44+
[Pull requests](http://help.github.com/send-pull-requests) are welcome; you'll be asked to sign our
45+
contributor license agreement ([CLA](https://support.springsource.com/spring_committer_signup)).
46+
Trivial changes like typo fixes are especially appreciated (just
47+
[fork and edit!](https://github.com/blog/844-forking-with-the-edit-button)). For larger changes,
48+
please create a JIRA issue first and discuss your ideas with the Spring team.
49+
50+
## Staying in touch
51+
Follow [@springframework](http://twitter.com/springframework) and its
52+
[team members](http://twitter.com/springframework/team/members) on Twitter. In-depth articles can be
53+
found at the SpringSource [team blog](http://blog.springsource.org), and releases are announced via
54+
our [news feed](http://www.springsource.org/news-events).
55+
56+
## License
57+
The Spring Framework is released under version 2.0 of the
58+
[Apache License](http://www.apache.org/licenses/LICENSE-2.0).

0 commit comments

Comments
 (0)