标签:file artifact ble dep spirng 文件 功能 end 均衡
FastDFS是一个高性能的分布式文件系统。
文件存储、文件同步、文件访问(文件上传、文件下载)。
大容量存储和负载均衡的问题。
<dependency>
<groupId>net.oschina.zcx7878</groupId>
<artifactId>fastdfs-client-java</artifactId>
</dependency>
spring:
#SpringMVC上传文件配置
servlet:
multipart:
#默认支持文件上传.
enabled: true
#支持文件写入磁盘.
file-size-threshold: 0
# 上传文件的临时目录
location:
# 最大支持文件大小
max-file-size: 1MB
# 最大支持请求大小
max-request-size: 30MB
project: \\ 项目名
fastdfs:
connect_timeout_in_seconds: 5
network_timeout_in_seconds: 30
charset: UTF-8
tracker_servers: 192.168.101.64:22122
PS:如果我写的有错,请留言,大家一起进步_
标签:file artifact ble dep spirng 文件 功能 end 均衡
原文地址:https://www.cnblogs.com/nimoc/p/12864874.html