Browse Source

2024-08-30

java8
fengyuan_yang 2 years ago
parent
commit
5a2c2a817b
  1. 4
      src/main/resources/application.yml

4
src/main/resources/application.yml

@ -42,9 +42,9 @@ spring:
redis:
open: true # 是否开启redis缓存 true开启 false关闭
database: 0
host: 127.0.0.1
host: 192.168.1.83
port: 6379
password: 123456 # 密码(默认为空)
password: xujieredis # 密码(默认为空)
timeout: 6000ms # 连接超时时长(毫秒)
jedis:
pool:

Loading…
Cancel
Save