maven 添加本地第三方jar包
1 2 3 4 5 6 7 |
<dependency> <groupId>com.hit</groupId> <artifactId>xugu</artifactId> <version>1.0</version> <scope>system</scope> <systemPath>${project.basedir}/lib/cloudjdbc.jar</systemPath> </dependency> |
©版权声明:本文为【翰林小院】(huhanlin.com)原创文章,转载时请注明出处!
发表评论