springbootDownload the project locally , useideaOperation error reporting Cannot find or load main class .
reason
The project has not been compiled yet , So I can't find the main class file , You need to compile the project first .
Solution
perform mvn Compile command :
mvn compile
Or click idea On the right side of the maven menu bar , Click on compile:
Reference resources
Cannot find or load main class com.xxx.yyy.Application
If you think the article will help you , Please like it !








