<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-fastdfs</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
## fastdfs为前缀的是FastDFS的配置
fastdfs.connect-timeout-in-seconds=10
fastdfs.network-timeout-in-seconds=30
fastdfs.charset=UTF-8
# token 防盗链功能
fastdfs.http-anti-steal-token=false
# 密钥
fastdfs.http-secret-key=FastDFS1234567890
# TrackerServer port
fastdfs.http-tracker-http-port=80
# tracker服务列表
fastdfs.tracker-server-list[0]=10.22.10.22:22122
#################### FastDFS-Client End ####################
@Autowired
private FastDFSClient fastDFSClient;