2017-10-06 03:31:27 +08:00
|
|
|
= Spring Framework Documentation
|
2017-01-05 00:51:58 +08:00
|
|
|
:doc-root: https://docs.spring.io
|
|
|
|
:api-spring-framework: {doc-root}/spring-framework/docs/{spring-version}/javadoc-api/org/springframework
|
|
|
|
|
2017-10-06 03:31:27 +08:00
|
|
|
Welcome to the Spring Framework reference documentation!
|
2017-10-04 05:55:14 +08:00
|
|
|
|
2018-08-17 04:43:37 +08:00
|
|
|
Please read the <<overview.adoc#overview,*Overview*>> for a quick introduction, including a brief history,
|
2017-10-04 05:55:14 +08:00
|
|
|
design philosophy, where to ask questions, and tips to get started. For information on
|
2018-08-17 04:43:37 +08:00
|
|
|
"`What's New`", or "`Migrating from previous versions`", check the
|
2017-10-06 03:31:27 +08:00
|
|
|
https://github.com/spring-projects/spring-framework/wiki[*Github Wiki*].
|
2017-10-04 05:55:14 +08:00
|
|
|
|
2017-10-06 03:31:27 +08:00
|
|
|
The reference documentation is divided into several sections:
|
2017-10-04 05:55:14 +08:00
|
|
|
|
|
|
|
[horizontal]
|
|
|
|
<<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,
|
|
|
|
Spring MVC Test, WebTestClient.
|
|
|
|
<<data-access.adoc#spring-data-tier,Data Access>> :: Transactions, DAO support, JDBC,
|
|
|
|
ORM, Marshalling XML.
|
2017-10-11 04:12:12 +08:00
|
|
|
<<web.adoc#spring-web,Web Servlet>> :: Spring MVC, WebSocket, SockJS, STOMP messaging.
|
2017-10-04 05:55:14 +08:00
|
|
|
<<web-reactive.adoc#spring-webflux,Web Reactive>> :: Spring WebFlux,
|
2017-10-11 04:12:12 +08:00
|
|
|
WebClient, WebSocket.
|
2017-10-04 05:55:14 +08:00
|
|
|
<<integration.adoc#spring-integration,Integration>> :: Remoting, JMS, JCA, JMX, Email,
|
2017-10-24 04:57:56 +08:00
|
|
|
Tasks, Scheduling, Cache.
|
|
|
|
<<languages.adoc#languages,Languages>> :: Kotlin, Groovy, Dynamic languages.
|