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: