mavn 打包报错,不能找到主main.class
需要移除pom.xml的maven的打包build
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
</plugins>
重新打包
需要移除pom.xml的maven的打包build
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
</plugins>
重新打包