fix: 修改文件上传大小
This commit is contained in:
@@ -6,6 +6,7 @@ file:
|
||||
gateway: http://${GATEWAY_SERVER_IP}:${GATEWAY_SERVER_PORT} # 新增网关地址配置
|
||||
pathPrefix: /file # 新增文件模块地址前缀
|
||||
|
||||
|
||||
# FastDFS配置
|
||||
fdfs:
|
||||
domain: http://wfc-file
|
||||
@@ -18,4 +19,11 @@ minio:
|
||||
url: http://wfc-file:9000
|
||||
accessKey: minioadmin
|
||||
secretKey: minioadmin
|
||||
bucketName: test
|
||||
bucketName: test
|
||||
|
||||
# 文件上传大小
|
||||
spring:
|
||||
servlet:
|
||||
multipart:
|
||||
max-file-size: 5MB
|
||||
max-request-size: 5MB
|
||||
Reference in New Issue
Block a user