I am watching a tutorial so that I can start working with spring boot. after getting my .zip file from
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.