git clone https://github.com/happyfish100/fastdfs-client-java.git
mvn clean install
compile group: 'org.csource', name: 'fastdfs-client-java', version: '1.27-SNAPSHOT'
- 配置文件:
fdfs_client.conf
connect_timeout = 60 network_timeout = 60 charset = UTF-8 http.tracker_http_port = 8000 http.anti_steal_token = no http.secret_key = 123456 tracker_server = 192.168.100.110:22122
- 封装FastDFS上传工具类:
FastDFSFile
FastDFSApplication