新增待办信息

This commit is contained in:
2025-12-20 18:21:54 +08:00
parent ba7bcc3da9
commit ae42fe87ed
45 changed files with 1644 additions and 2383 deletions

View File

@@ -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,