!176 update yudao-gateway/src/main/resources/application.yaml.

Merge pull request !176 from 肖钦云/yudao-cloud-pull-request
pull/193/head
芋道源码 2025-05-04 07:53:05 +00:00 committed by Gitee
commit ac270a4c88
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 4 additions and 0 deletions

View File

@ -5,6 +5,10 @@ spring:
profiles: profiles:
active: local active: local
# 调整缓冲区大小,解决报错 org.springframework.core.io.buffer.DataBufferLimitException: Exceeded limit on max bytes to buffer : 262144
codec:
max-in-memory-size: 10MB
main: main:
allow-circular-references: true # 允许循环依赖,因为项目是三层架构,无法避免这个情况。 allow-circular-references: true # 允许循环依赖,因为项目是三层架构,无法避免这个情况。