Commit ba640d44 by Administrator

Update application.yml

parent 2746fe44
...@@ -22,7 +22,7 @@ spring: ...@@ -22,7 +22,7 @@ spring:
database: 3 database: 3
host: 127.0.0.1 host: 127.0.0.1
port: 6379 #6942 port: 6379 #6942
#password: techhero password: 123456
timeout: 10000 timeout: 10000
lettuce: lettuce:
pool: pool:
...@@ -32,7 +32,7 @@ spring: ...@@ -32,7 +32,7 @@ spring:
max-wait: 10000 max-wait: 10000
redisson: redisson:
address: redis://127.0.0.1:6379 address: redis://127.0.0.1:6379
# password: techhero password: 123456
database: 3 database: 3
min-idle: 2 min-idle: 2
pool-size: 8 pool-size: 8
......
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