新增待办信息
This commit is contained in:
@@ -30,7 +30,7 @@ server:
|
||||
tomcat:
|
||||
uri-encoding: UTF-8
|
||||
# 表单请求数据的最大大小
|
||||
max-http-form-post-size: 20MB
|
||||
max-http-form-post-size: 200MB
|
||||
# 客户端发送请求参数个数限制
|
||||
max-parameter-count: 10000
|
||||
# 文件上传的表单请求参数个数限制
|
||||
@@ -110,7 +110,7 @@ spring:
|
||||
|
||||
# 事务超时时间,单位秒(30分钟)(spring boot 3)
|
||||
transaction:
|
||||
default-timeout: 30m
|
||||
default-timeout: 120m
|
||||
|
||||
# 日志配置(fatal、error、warn、info、debug)
|
||||
logging:
|
||||
@@ -705,15 +705,18 @@ error:
|
||||
# 文件上传
|
||||
file:
|
||||
enabled: true
|
||||
|
||||
|
||||
# # 文件上传根路径,设置路径中不允许包含“userfiles”,在指定目录中系统会自动创建userfiles目录,如果不设置默认为contextPath路径
|
||||
baseDir: /ogsapp/files
|
||||
maxFileSize: '500*1024*1024'
|
||||
|
||||
isFileStreamDown: true
|
||||
#
|
||||
# # 上传文件的相对路径(支持:yyyy、MM、dd、HH、mm、ss、E、bizType、corpCode、userCode、userType、userCache中的key)
|
||||
# uploadPath: '{yyyy}{MM}/'
|
||||
# uploadPath: '{yyyy}{MM}/'
|
||||
#
|
||||
# # 上传单个文件最大字节(500M),在这之上还有 > Tomcat限制 > Nginx限制,等,此设置会覆盖 spring.http.multipart.maxFileSize 设置
|
||||
# maxFileSize: '500*1024*1024'
|
||||
# maxFileSize: '500*1024*1024'
|
||||
#
|
||||
# # 设置允许上传的文件后缀(全局设置)
|
||||
# imageAllowSuffixes: .gif,.bmp,.jpeg,.jpg,.ico,.png,.tif,.tiff,.webp,
|
||||
|
||||
Reference in New Issue
Block a user