springboot项目运行正常,打包说找不到符号

springboot项目运行正常,打包说找不到符号

<plugin>
	<groupId>org.springframework.boot</groupId>
	<artifactId>spring-boot-maven-plugin</artifactId>
	<configuration>
		<!--添加此配置即可-->
	    <skip>true</skip>
	</configuration>
</plugin>
发布了321 篇原创文章 · 获赞 132 · 访问量 33万+

猜你喜欢

转载自blog.csdn.net/SIMBA1949/article/details/103674284
今日推荐