spring-framework/src/docs/asciidoc/index.adoc

27 lines
1.2 KiB
Plaintext
Raw Normal View History

2017-10-06 03:31:27 +08:00
= Spring Framework Documentation
:doc-root: https://docs.spring.io
:api-spring-framework: {doc-root}/spring-framework/docs/{spring-version}/javadoc-api/org/springframework
****
_What's New_, _Upgrade Notes_, _Supported Versions_, and other topics,
2019-05-07 19:46:27 +08:00
independent of release cadence, are maintained externally on the project's
2017-10-06 03:31:27 +08:00
https://github.com/spring-projects/spring-framework/wiki[*Github Wiki*].
****
[horizontal]
2019-05-07 19:46:27 +08:00
<<overview.adoc#overview, Overview>> :: history, design philosophy, feedback,
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,
Spring MVC Test, WebTestClient.
2019-05-07 19:46:27 +08:00
<<data-access.adoc#spring-data-tier, Data Access>> :: Transactions, DAO Support,
JDBC, O/R Mapping, XML Marshalling.
<<web.adoc#spring-web, Web Servlet>> :: Spring MVC, WebSocket, SockJS,
STOMP Messaging.
<<web-reactive.adoc#spring-webflux, Web Reactive>> :: Spring WebFlux, WebClient,
WebSocket.
<<integration.adoc#spring-integration, Integration>> :: Remoting, JMS, JCA, JMX,
Email, Tasks, Scheduling, Caching.
<<languages.adoc#languages, Languages>> :: Kotlin, Groovy, Dynamic Languages.