springboot项目运行正常,打包说找不到符号
<plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> <configuration> <!--添加此配置即可--> <skip>true</skip> </configuration> </plugin>
springboot项目运行正常,打包说找不到符号
<plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> <configuration> <!--添加此配置即可--> <skip>true</skip> </configuration> </plugin>