mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-14 05:42:06 +08:00
1、gateway网关增加请求大小限制配置(10M)、增加accesslog过滤器对部分过大请求的打印内容减少;2、数据集增改organid和数据源统一、ureport对象floatimages补充;3、报表预览内置数据源处理预实现、配置增加;
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
spring:
|
||||
main:
|
||||
allow-circular-references: true # 允许循环依赖,因为项目是三层架构,无法避免这个情况。
|
||||
codec:
|
||||
# getway请求大小限制10M:1024 * 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
|
||||
Reference in New Issue
Block a user