1.下载FastDFS1.20jar包
链接:https://pan.baidu.com/s/19D0TckDd8J6A7CqlGzk0nA 提取码:43rb
2.在下载jar包的文件目录上输入cmd,进入cmd模式
3.输入命令,安装完会自动下载到你的本地maven仓库
mvn install:install-file -Dfile=fastdfs_client_v1.20.jar -DgroupId=com.hueason -DartifactId=fastdfs_client -Dversion=1.20 -Dpackaging=jar
4.在pom.xml中就可以引入依赖使用了
<dependency> <groupId>org.csource.fastdfs</groupId> <artifactId>fastdfs</artifactId> <version>1.2</version> </dependency>
原文地址:https://www.cnblogs.com/wmh1997/p/11332699.html
时间: 2024-10-31 05:42:25