在pom.xml文件中引入本地jar的方式:
org.mine myjar 1.1.1 system ${project.basedir}/libs/myjar.jar
在pom.xml文件中使用spring-boot-maven-plugin,配置includeSystemScope为true
org.springframework.boot spring-boot-maven-plugin true
本文共 477 字,大约阅读时间需要 1 分钟。
在pom.xml文件中引入本地jar的方式:
org.mine myjar 1.1.1 system ${project.basedir}/libs/myjar.jar
在pom.xml文件中使用spring-boot-maven-plugin,配置includeSystemScope为true
org.springframework.boot spring-boot-maven-plugin true
转载于:https://my.oschina.net/u/2490316/blog/1573385