Skip to content

Commit fb761bf

Browse files
committed
fixbug: gateway Exceeded limit on max bytes to buffer : 262144
1 parent 46ab575 commit fb761bf

File tree

1 file changed

+2
-0
lines changed
  • application-module/support-module/support-service-gateway/src/main/resources

1 file changed

+2
-0
lines changed

application-module/support-module/support-service-gateway/src/main/resources/application.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ spring:
66
name: supportServiceGateway
77
profiles:
88
include: common-config,discovery,feign
9+
codec:
10+
max-in-memory-size: 8MB
911
cloud:
1012
gateway:
1113
discovery:

0 commit comments

Comments
 (0)