fix: 77873
企业标准--导入--导入超过20mb文件读取了文件并报错了
This commit is contained in:
@@ -22,8 +22,8 @@ management:
|
|||||||
spring:
|
spring:
|
||||||
servlet:
|
servlet:
|
||||||
multipart:
|
multipart:
|
||||||
max-file-size: 10MB
|
max-file-size: 500MB
|
||||||
max-request-size: 10MB
|
max-request-size: 500MB
|
||||||
messages:
|
messages:
|
||||||
basename: i18n/messages
|
basename: i18n/messages
|
||||||
mail:
|
mail:
|
||||||
|
|||||||
@@ -22,8 +22,8 @@ management:
|
|||||||
spring:
|
spring:
|
||||||
servlet:
|
servlet:
|
||||||
multipart:
|
multipart:
|
||||||
max-file-size: 10MB
|
max-file-size: 500MB
|
||||||
max-request-size: 10MB
|
max-request-size: 500MB
|
||||||
mail:
|
mail:
|
||||||
host: smtp.163.com
|
host: smtp.163.com
|
||||||
username: test@163.com
|
username: test@163.com
|
||||||
@@ -341,4 +341,7 @@ file:
|
|||||||
split:
|
split:
|
||||||
path: /opt/onlyoffice/file/splitImage/
|
path: /opt/onlyoffice/file/splitImage/
|
||||||
sourceFilePath: /app/onlyoffice/DOCX.docx
|
sourceFilePath: /app/onlyoffice/DOCX.docx
|
||||||
path: /app/onlyoffice/file/
|
path: /app/onlyoffice/file/
|
||||||
|
|
||||||
|
# 起草部门部门名称
|
||||||
|
draftDepartName: 起草部门
|
||||||
@@ -22,8 +22,8 @@ management:
|
|||||||
spring:
|
spring:
|
||||||
servlet:
|
servlet:
|
||||||
multipart:
|
multipart:
|
||||||
max-file-size: 10MB
|
max-file-size: 500MB
|
||||||
max-request-size: 10MB
|
max-request-size: 500MB
|
||||||
mail:
|
mail:
|
||||||
host: smtp.163.com
|
host: smtp.163.com
|
||||||
username: test@163.com
|
username: test@163.com
|
||||||
@@ -329,3 +329,6 @@ justauth:
|
|||||||
type: default
|
type: default
|
||||||
prefix: 'demo::'
|
prefix: 'demo::'
|
||||||
timeout: 1h
|
timeout: 1h
|
||||||
|
|
||||||
|
# 起草部门部门名称
|
||||||
|
draftDepartName: 起草部门
|
||||||
|
|||||||
Reference in New Issue
Block a user