spring boot maven install 打包问题

xiaoxiao2025-08-18  46

maven 正常打包配置

但是这样打出来的jar 多一层BOOT-INF

这样导致,其他项目依赖此jar 找不到符号,找不到类,一位外面多了一层

解决办法 加一个

<configuration> <skip>true</skip> </configuration>

打出来的包

这样OK

转载请注明原文地址: https://www.6miu.com/read-5035029.html

最新回复(0)