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