Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Problem while creating a new spring boot project

In the help.md file it's telling me that JVM was changed from 11 to 17 this is what the help.md file looks like

The following was discovered as part of building this project:

* The JVM level was changed from '11' to '17', review the [JDK Version Range](https://github.com/spring-projects/spring-framework/wiki/Spring-Framework-Versions#jdk-version-range) on the wiki for more details.

and here is an example of later problems

And even if i change the project structure manually to java 11 sdk i have issues with versions next .

like image 803
thekaa Avatar asked Nov 15 '25 15:11

thekaa


1 Answers

This problem is occurring in the newer version of Spring Boot. So when creating project using Spring Initializr or Spring Starter Project select the older version of Spring Boot (like 3.0.1 or 2.7.7).

This should solve the problem.

Here is a screenshot where you select the version

like image 146
Meet shrivastava Avatar answered Nov 18 '25 06:11

Meet shrivastava



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!