From 2a14b3ea7b61eef0d8258b485df44d3d2f43c885 Mon Sep 17 00:00:00 2001 From: liushujing Date: Fri, 20 Dec 2024 15:03:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=85=8D=E7=BD=AE=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- flx-ai/src/main/resources/application-dev.yml | 42 +++++++++---------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/flx-ai/src/main/resources/application-dev.yml b/flx-ai/src/main/resources/application-dev.yml index b26c4a4..baa1cde 100644 --- a/flx-ai/src/main/resources/application-dev.yml +++ b/flx-ai/src/main/resources/application-dev.yml @@ -35,27 +35,27 @@ spring: wall: config: multi-statement-allow: true - data: - redis: - open: true # 是否开启redis缓存 true开启 false关闭 - database: 0 - #host: 39.174.50.18 - host: 127.0.0.1 - port: 6379 - password: 123456 # 密码(默认为空) - timeout: 6000ms # 连接超时时长(毫秒) - lettuce: - pool: - max-active: 20 # 连接池最大连接数(使用负值表示没有限制) - max-wait: -1ms # 连接池最大阻塞等待时间(使用负值表示没有限制) - max-idle: 10 # 连接池中的最大空闲连接 - min-idle: 5 # 连接池中的最小空闲连接 - ratelimiter: - enabled: true - redis-address: redis://39.174.50.18:6379 - redis-password: 123456 - exceptionHandler: - enable: false + #data: + redis: + open: true # 是否开启redis缓存 true开启 false关闭 + database: 0 + #host: 39.174.50.18 + host: 127.0.0.1 + port: 6379 + password: 123456 # 密码(默认为空) + timeout: 6000ms # 连接超时时长(毫秒) + lettuce: + pool: + max-active: 20 # 连接池最大连接数(使用负值表示没有限制) + max-wait: -1ms # 连接池最大阻塞等待时间(使用负值表示没有限制) + max-idle: 10 # 连接池中的最大空闲连接 + min-idle: 5 # 连接池中的最小空闲连接 + ratelimiter: + enabled: true + redis-address: redis://127.0.0.1:6379 + redis-password: 123456 + exceptionHandler: + enable: false logging: home: logs pattern: