Springboot将自定义jar包引入pom
Springboot将自定义jar包引入pom
<dependency>
<groupId>TrendDB_API</groupId>
<artifactId>TrendDB_API</artifactId>
<version>1.0</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/TrendDB_API.jar</systemPath>
</dependency>
标签:Springboot,自定义,pom,jar,TrendDB,API
From: https://www.cnblogs.com/chuangsi/p/17349482.html