79203532

Date: 2024-11-19 13:07:49
Score: 1
Natty:
Report link

From Spring Boot version 3.0 and above, Java 8 is no longer supported. If you wish to use Java 8, you must use Spring Boot version 2.x or earlier. Below is a compatibility list of Spring Boot versions and their supported Java versions:

Spring Boot Version Compatible Java Versions [1.x spring supports 6, 7, 8 version of java] [2.x spring supports 8, 9, 10, 11, 17 version of java ] [3.x spring supports 17 and above version of java ]

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Arpit Pathak