maven 引入本地jar

<dependency>
    <groupId>com.taobao.txc</groupId>
    <artifactId>txc-client</artifactId>
    <version>${txc-version}</version>
    <scope>system</scope>
    <systemPath>SDK的存放路径</systemPath>
</dependency>

 

posted @ 2020-05-07 14:58  变换  阅读(214)  评论(0)    收藏  举报