diff --git a/sop-gateway/src/main/resources/application-dev.properties b/sop-gateway/src/main/resources/application-dev.properties index 0ba27c4c..76a56288 100644 --- a/sop-gateway/src/main/resources/application-dev.properties +++ b/sop-gateway/src/main/resources/application-dev.properties @@ -9,8 +9,4 @@ mysql.password=root # nacos注册中心地址 register.url=127.0.0.1:8848 -# POST请求最大缓存,默认是262144(256KB),即:256 * 1024 -# 如果需要传输大文本可以把值设置高一点 -spring.codec.max-in-memory-size=262144 - logging.level.com.gitee=debug \ No newline at end of file