|
@@ -23,9 +23,9 @@ spring:
|
|
|
servlet:
|
|
|
multipart:
|
|
|
# 单个文件大小
|
|
|
- max-file-size: 10MB
|
|
|
+ max-file-size: 300MB
|
|
|
# 设置总上传的文件大小
|
|
|
- max-request-size: 20MB
|
|
|
+ max-request-size: 1024MB
|
|
|
# 服务模块
|
|
|
devtools:
|
|
|
restart:
|
|
@@ -40,7 +40,7 @@ spring:
|
|
|
date-format: yyyy-MM-dd HH:mm:ss
|
|
|
serialization:
|
|
|
# 格式化输出
|
|
|
- indent_output: false
|
|
|
+ indent_output: true
|
|
|
# 忽略无法转换的对象
|
|
|
fail_on_empty_beans: false
|
|
|
deserialization:
|
|
@@ -92,6 +92,7 @@ logging:
|
|
|
# com.ruoyi: @logging.level@
|
|
|
com.ruoyi: debug
|
|
|
org.springframework: warn
|
|
|
+ com.alibaba.nacos.client.config.impl: warn
|
|
|
config: classpath:logback.xml
|
|
|
|
|
|
# token配置
|