1、gateway网关增加请求大小限制配置(10M)、增加accesslog过滤器对部分过大请求的打印内容减少;2、数据集增改organid和数据源统一、ureport对象floatimages补充;3、报表预览内置数据源处理预实现、配置增加;

This commit is contained in:
gaoqr
2024-09-26 18:28:25 +08:00
parent b6ada0e251
commit 8bcbb3eb9f
9 changed files with 131 additions and 42 deletions
@@ -1,6 +1,9 @@
spring:
main:
allow-circular-references: true # 允许循环依赖,因为项目是三层架构,无法避免这个情况。
codec:
# getway请求大小限制10M1024 * 1024 * 10
max-in-memory-size: 10485760
cloud:
# Spring Cloud Gateway 配置项,对应 GatewayProperties 类
@@ -99,3 +102,9 @@ knife4j:
- name: report-server
service-name: report-server
url: /admin-api/report/v3/api-docs
chenfeng:
gateway:
access-log-ignore-urls:
- /report/template/
- /system/captcha/get