maven依赖本地jar方法

<dependency>
<groupId>org.neris.demo</groupId>
<artifactId>aa-demo</artifactId>
<version>1.0.0.0</version>
<scope>system</scope> 
<systemPath>C:\aa-demo-1.0.0.0.jar</systemPath>
</dependency>

猜你喜欢

转载自blog.csdn.net/songyongchen/article/details/78873159
今日推荐