Commit 73e9daaa authored by 耿迪迪's avatar 耿迪迪

redis项目配置修改 gengdidi

parent 14227427
...@@ -73,13 +73,13 @@ spring: ...@@ -73,13 +73,13 @@ spring:
# redis 配置 # redis 配置
redis: redis:
# 地址 # 地址
host: 36.138.181.113 host: 127.0.0.1
# 端口,默认为6379 # 端口,默认为6379
port: 6379 port: 6378
# 数据库索引 # 数据库索引
database: 1 database: 1
# 密码 # 密码
password: 1qaz2wsx3edc password: Redis@2021
# 连接超时时间 # 连接超时时间
timeout: 10s timeout: 10s
lettuce: lettuce:
......
...@@ -73,13 +73,13 @@ spring: ...@@ -73,13 +73,13 @@ spring:
# redis 配置 # redis 配置
redis: redis:
# 地址 # 地址
host: 36.138.181.113 host: 127.0.0.1
# 端口,默认为6379 # 端口,默认为6379
port: 6379 port: 6378
# 数据库索引 # 数据库索引
database: 0 database: 0
# 密码 # 密码
password: password: Redis@2021
# 连接超时时间 # 连接超时时间
timeout: 10s timeout: 10s
lettuce: lettuce:
......
...@@ -73,13 +73,13 @@ spring: ...@@ -73,13 +73,13 @@ spring:
# redis 配置 # redis 配置
redis: redis:
# 地址 # 地址
host: 36.138.181.113 host: 127.0.0.1
# 端口,默认为6379 # 端口,默认为6379
port: 6379 port: 6378
# 数据库索引 # 数据库索引
database: 0 database: 0
# 密码 # 密码
password: 1qaz2wsx3edc password: Redis@2021
# 连接超时时间 # 连接超时时间
timeout: 10s timeout: 10s
lettuce: lettuce:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment