Sign in
孙宁海
/
huike-eaas-config
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
59c0d996a56ed87fb066ae51368f684648eb899c
Authored by
luotong
2017-08-16 07:54:42 +0000
1 parent
b385b146
test环境添加redis密码配置
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
class-service.yml
class-service.yml
View file @
59c0d99
...
...
@@ -180,6 +180,7 @@ spring:
180
180
database: 0
181
181
host: redis-server
182
182
port: 6379
183
+ password: 123456
183
184
pool:
184
185
max-idle: 100
185
186
min-idle: 10
...
...