-- project ----lib (放在这儿) ----src ----target
commons-io commons-io 2.6 system ${pom.basedir}/lib/commons-io-2.6.jar
system表示依赖不是由maven仓库,而是本地的jar包
${pom.basedir}/lib/commons-io-2.6.jar指向jar包位置即可
org.springframework.boot spring-boot-maven-plugin true com.henyi.mqtt.MqttTransferApplication repackage
关键是要加上true 这句
上一篇:MySQL授予用户权限