redis地址修改
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user