SpringBoot错误:找不到或无法加载主类

解决方法

1
2
3
4
5
6
mvn clean compile

mvn install

// 上两步应该就行,这一步只是编译器外部启动springboot
mvn spring-boot:run