What are the minimum system requirements for Spring Boot

Discussion RoomCategory: General QuestionWhat are the minimum system requirements for Spring Boot
Admin Staff asked 4 years ago

The Minimum system requirements for Spring Boot

Java latest version

Spring Boot 2.X (above) will no longer to support Java 7 or below versions, Being Java 8 is the minimum requirement.

  • Java 8+
  • Spring Framework 5.2.4+

Build tools:

  • Gradle 5.x and 6.x above versions (also support 4.4 +)
  • Maven 3.3 + and above

Embedded servlet containers:

  • Servlet 3.x + compatible container
  • Tomcat 9.0- Servlet v4.0+
  • Jetty9.4-servletv3.1
  • Underflow 2.0-servletv 4.0

Scroll to Top