2017-10-06 03:31:27 +08:00
|
|
|
= Spring Framework Documentation
|
2021-06-22 01:09:34 +08:00
|
|
|
:doc-root: https://docs.spring.io
|
2017-01-05 00:51:58 +08:00
|
|
|
|
2017-10-04 05:55:14 +08:00
|
|
|
[horizontal]
|
2019-05-07 19:46:27 +08:00
|
|
|
<<overview.adoc#overview, Overview>> :: history, design philosophy, feedback,
|
2018-11-06 02:10:58 +08:00
|
|
|
getting started.
|
2019-05-07 19:46:27 +08:00
|
|
|
<<core.adoc#spring-core, Core>> :: IoC Container, Events, Resources, i18n,
|
|
|
|
Validation, Data Binding, Type Conversion, SpEL, AOP.
|
|
|
|
<<testing.adoc#testing, Testing>> :: Mock Objects, TestContext Framework,
|
2017-10-04 05:55:14 +08:00
|
|
|
Spring MVC Test, WebTestClient.
|
2019-05-07 19:46:27 +08:00
|
|
|
<<data-access.adoc#spring-data-tier, Data Access>> :: Transactions, DAO Support,
|
2020-05-13 21:54:25 +08:00
|
|
|
JDBC, R2DBC, O/R Mapping, XML Marshalling.
|
2019-05-07 19:46:27 +08:00
|
|
|
<<web.adoc#spring-web, Web Servlet>> :: Spring MVC, WebSocket, SockJS,
|
|
|
|
STOMP Messaging.
|
|
|
|
<<web-reactive.adoc#spring-webflux, Web Reactive>> :: Spring WebFlux, WebClient,
|
2021-02-11 00:46:03 +08:00
|
|
|
WebSocket, RSocket.
|
2019-05-07 19:46:27 +08:00
|
|
|
<<integration.adoc#spring-integration, Integration>> :: Remoting, JMS, JCA, JMX,
|
|
|
|
Email, Tasks, Scheduling, Caching.
|
|
|
|
<<languages.adoc#languages, Languages>> :: Kotlin, Groovy, Dynamic Languages.
|
2021-06-21 23:18:16 +08:00
|
|
|
<<appendix.adoc#appendix, Appendix>> :: Spring properties.
|
|
|
|
https://github.com/spring-projects/spring-framework/wiki[*Wiki*] :: What's New, Upgrade Notes, Supported Versions,
|
|
|
|
and other cross-version information.
|
|
|
|
|
|
|
|
ifdef::backend-html5[]
|
|
|
|
NOTE: This documentation is also available as {doc-root}/spring-framework/docs/{spring-version}/reference/pdf/index.pdf[PDF].
|
|
|
|
endif::[]
|
|
|
|
|
|
|
|
ifdef::backend-pdf[]
|
|
|
|
NOTE: This documentation is also available as {doc-root}/spring-framework/docs/{spring-version}/reference/html/index.html[HTML].
|
|
|
|
endif::[]
|
2019-06-04 16:54:58 +08:00
|
|
|
|
|
|
|
Rod Johnson, Juergen Hoeller, Keith Donald, Colin Sampaleanu, Rob Harrop, Thomas Risberg,
|
|
|
|
Alef Arendsen, Darren Davison, Dmitriy Kopylenko, Mark Pollack, Thierry Templier, Erwin
|
|
|
|
Vervaet, Portia Tung, Ben Hale, Adrian Colyer, John Lewis, Costin Leau, Mark Fisher, Sam
|
|
|
|
Brannen, Ramnivas Laddad, Arjen Poutsma, Chris Beams, Tareq Abedrabbo, Andy Clement, Dave
|
|
|
|
Syer, Oliver Gierke, Rossen Stoyanchev, Phillip Webb, Rob Winch, Brian Clozel, Stephane
|
2020-05-08 18:19:49 +08:00
|
|
|
Nicoll, Sebastien Deleuze, Jay Bryant, Mark Paluch
|
2019-06-04 16:54:58 +08:00
|
|
|
|
2021-02-11 00:56:22 +08:00
|
|
|
Copyright © 2002 - 2021 Pivotal, Inc. All Rights Reserved.
|
2019-06-04 16:54:58 +08:00
|
|
|
|
|
|
|
Copies of this document may be made for your own use and for distribution to others,
|
|
|
|
provided that you do not charge any fee for such copies and further provided that each
|
|
|
|
copy contains this Copyright Notice, whether distributed in print or electronically.
|