zjh
2023-09-15 c1146679ae020f977a54d55f3731bb36d2e8eee0
ltkj-admin/src/main/resources/application.yml
@@ -72,14 +72,14 @@
  # redis 配置
  redis:
    # 地址
#    host: 101.42.27.146
    host: 192.168.0.101
    host: 101.42.27.146
#    host: 192.168.0.101
    # 端口,默认为6379
    port: 6379
    # 数据库索引
    database: 0
    # 密码
#    password: 654321
    password: 654321
    # 连接超时时间
    timeout: 60s
    lettuce: