Spring project startup error cannot access org.springframework.boot.SpringApplication:6

When the springBoot project is started, the following error is reported:

 The solution is as follows: adjust the jdk version to 11, and reduce the springBoot version to 2.7.12. Then clean, then package and repackage. Finally restart the project

 

Guess you like

Origin blog.csdn.net/weixin_71921932/article/details/131975026