Spring Boot Program cannot find main class

I had the same problem. Try this :

Right Click the project -> Maven -> Update Project

Then Re-run the project. Hope it work for you too.

Leave a Comment