Because the dependency coordinates in the Pom file were not able to download the Fastdfs-client-java, the coordinates were not defined in the central repository by checking the data later. To do this, use idea to download the Fastdfs-client-java source from GitHub, compile the Chengcheng jar, and publish it to the local Maven repository. The specific implementation steps are as follows:
First, choose File->new->project from Version control->git (note: You want to have a git account, click will ask you to enter your git account and password)
Second, enter the address of Fastdfs-client-java on GitHub: Https://github.com/happyfish100/fastdfs-client-Java
3. Select the source address and click the Clone button
4, download down is a MAVEN project, click the default button will create a MAVEN project, in the online tutorial to modify the corresponding configuration and publish to the local warehouse, you can work on the Fastdfs-client-java.
Modify the configuration and publish to the local warehouse reference blog: http://doc.okbase.net/1757031/archive/154811.html
Download Fastdfs-client-java from GitHub using idea