Springboot将自定义jar包引入pom

Springboot将自定义jar包引入pom
Springboot将自定义jar包引入pom_第1张图片

  <dependency>
       <groupId>blesdk</groupId>
       <artifactId>blesdk</artifactId>
       <version>1.0</version>
       <scope>system</scope>
       <systemPath>${
     project.basedir}/lib/blesdk.jar</systemPath>
  </dependency>

你可能感兴趣的:(综合)