一、问题
1、打开Maven项目模块
2、新建lib文件夹,将是jar包放到lib下。
3、在pom.xml中的dependencies中,添加引用:
<dependency>
<groupId>com.test.vapi</groupId>
<artifactId>test-test-sdk</artifactId>
<version>${test-test.version}</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/test-test-sdk-${oidc-oauth2.version}.jar</systemPath>
</dependency>
宋兴柱(Sindrol):转载内容,请标明出处,谢谢!源文来自 宝贝云知识分享:https://www.dearcloud.cn