Spring Boot 编译jar包报错 Failed to execute goal org.apache.maven.plugins:maven-clean-plugin:2.5:clean ()

方法1:查看Springboot启动类中是否有Application注解 方法2:修改pom文件中Spring-boot-maven-plugin加入<mainClass>Springboot启动类的路径</mainClass>
相关文章
相关标签/搜索