解决Dependency 'fastdfs-client-java’not found

How can fastdfs jar package installed on the local warehouse (because there is no central repository of FASTDFS address jar package)

1. First download the compressed package fastdfs go on github

Download Link

 Then directly extract from 


2. Use the cmd command line using the cd command to go to the next download to your own directory, and then use the mvn clean install packages directly to the local maven repository

 

3. Then add to pom.xml file will not be given the

       <dependency>
               <groupId>org.csource</groupId>
               <artifactId>fastdfs-client-java</artifactId>
               <version>1.27-SNAPSHOT</version>
      </dependency>

 

to sum up:

This approach not only applies to packaged fastdfs to the local way, but you can also use the method does not jar package of all central warehouse, as long as there is no central repository, and can be applied in this way

Original transferred from  https://blog.csdn.net/keep12moving/article/details/101001995

Guess you like

Origin www.cnblogs.com/max-home/p/11817223.html