diff --git a/eladmin-system/src/main/resources/config/application.yml b/eladmin-system/src/main/resources/config/application.yml index 6ececa7..f022f0c 100644 --- a/eladmin-system/src/main/resources/config/application.yml +++ b/eladmin-system/src/main/resources/config/application.yml @@ -1,6 +1,7 @@ server: port: 8000 - + # 解决 最大缓冲区不够的问题 + max-http-header-size: 8999 spring: freemarker: check-template-location: false @@ -24,12 +25,11 @@ spring: redis: #数据库索引 database: 0 - host: 118.178.137.129 - # port: 6379 + host: 127.0.0.1 + port: 6379 password: #连接超时时间 timeout: 5000 - open: false task: pool: # 核心线程池大小