Home > Software design >  cant fix the 'spring-boot-starter-parent-2.7.1 not found' error
cant fix the 'spring-boot-starter-parent-2.7.1 not found' error

Time:07-08

I am watching a tutorial so that I can start working with spring boot. after getting my .zip file from enter image description here

I have tried the Invalidate Caches solution but didn't work. Are there any other potential fixes?

CodePudding user response:

Run mvn clean and mvn install. That should fix the issue.

  • Related