负载均衡基本改造,增加redis、miniio等基本中间件
This commit is contained in:
@@ -5,4 +5,14 @@ spring:
|
||||
datasource:
|
||||
url: jdbc:mysql://127.0.0.1:3306/easyflow?useInformationSchema=true&characterEncoding=utf-8
|
||||
username: easyflow
|
||||
password: 123456
|
||||
password: 123456
|
||||
data:
|
||||
redis:
|
||||
host: 127.0.0.1
|
||||
port: 6379
|
||||
database: 0
|
||||
password: ${REDIS_PASSWORD:123456}
|
||||
|
||||
easyflow:
|
||||
storage:
|
||||
type: xFileStorage
|
||||
|
||||
Reference in New Issue
Block a user