redis地址修改

This commit is contained in:
Tankaikai 2025-02-13 15:05:19 +08:00
parent 7fb08e20b9
commit 9eb9362cb3
2 changed files with 4 additions and 6 deletions

View File

@ -1,4 +1,3 @@
spring:
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
@ -8,9 +7,9 @@ spring:
data:
redis:
host: 127.0.0.1
host: 101.37.12.135
port: 6379
password:
password: 111111
timeout: 5000
database: 1

View File

@ -1,4 +1,3 @@
spring:
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
@ -8,9 +7,9 @@ spring:
data:
redis:
host: 127.0.0.1
host: 101.37.12.135
port: 6379
password:
password: 111111
timeout: 5000
database: 1
lettuce: