FastDFS maven local repository installation

1. Download FastDFS1.20jar package 

Link: https: //pan.baidu.com/s/19D0TckDd8J6A7CqlGzk0nA  extraction code: 43rb 

2. Enter cmd in the file directory download jar package, enter cmd mode

3. Enter the command, installing automatically downloaded to your local maven repository

mvn install:install-file -Dfile=fastdfs_client_v1.20.jar -DgroupId=com.hueason -DartifactId=fastdfs_client -Dversion=1.20 -Dpackaging=jar

4. introduced in pom.xml can rely on the use of

<dependency>
	    <groupId>org.csource.fastdfs</groupId>
	    <artifactId>fastdfs</artifactId>
	    <version>1.2</version>
</dependency>

  

Guess you like

Origin www.cnblogs.com/wmh1997/p/11332699.html
Recommended