redis地址修改
This commit is contained in:
parent
7fb08e20b9
commit
9eb9362cb3
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue