From f1849b0182791f116d96f44d7b03905bed10aebe Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Tue, 2 Sep 2014 14:59:57 +0200 Subject: [PATCH] Add reference to Spring reference doc on Modules Since the main example here is using the `spring-context` module, Spring developers should be aware of all the other existing Spring modules and their artifacts names. A link to the corresponding section in the reference documentation is added. Issue: SPR-11534 --- index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.html b/index.html index 00b60dd6b61..b92ed0d1c6b 100644 --- a/index.html +++ b/index.html @@ -53,6 +53,8 @@ deployment environments. * Foundational support for JDBC, JPA, JMS * Much more... +All avaible features, modules and their maven/gradle artifact names are described in [the Modules section of the reference documentation](http://docs.spring.io/spring-framework/docs/current/spring-framework-reference/html/overview.html#overview-modules). + ## Quick Start