Search code examples
javaspringspring-bootintellij-idea

cant fix the 'spring-boot-starter-parent-2.7.1 not found' error


I am watching a tutorial so that I can start working with spring boot. after getting my .zip file from https://start.spring.io/ I extract the file and then open it with intellij. When is finishes analyzing I get those 8 errors:

enter image description here

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


Solution

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