Update index.html

This commit is contained in:
Rossen Stoyanchev
2017-09-28 09:17:38 -04:00
committed by GitHub
parent f47cfae899
commit e28f70f832

View File

@@ -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