From e28f70f8321f1c027f782503d359bfb499137ddb Mon Sep 17 00:00:00 2001 From: Rossen Stoyanchev Date: Thu, 28 Sep 2017 09:17:38 -0400 Subject: [PATCH] Update index.html --- index.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 193ae0acc3..b180258c97 100644 --- a/index.html +++ b/index.html @@ -49,7 +49,8 @@ deployment environments. * Dependency Injection * Aspect-Oriented Programming including Spring's declarative transaction management -* Spring MVC web application and RESTful web service framework +* [Spring MVC](https://docs.spring.io/spring/docs/current/spring-framework-reference/web.html) and +[Spring WebFlux](https://docs.spring.io/spring/docs/current/spring-framework-reference/web-reactive.html) web frameworks * Foundational support for JDBC, JPA, JMS * Much more... @@ -58,7 +59,8 @@ the reference documentation](http://docs.spring.io/spring-framework/docs/current Their [maven/gradle coordinates are also described there](http://docs.spring.io/spring-framework/docs/current/spring-framework-reference/html/overview.html#dependency-management). ## Minimum requirements - + +* JDK 8+ for Spring Framework 5.x * JDK 6+ for Spring Framework 4.x * JDK 5+ for Spring Framework 3.x