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
59121b1b52e669c60c63056949dc2c294cc48b23
Authored by
luotong
2017-08-17 08:37:05 +0000
1 parent
fc83fb78
开发环境添加redis配置
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
class-service.yml
class-service.yml
View file @
59121b1
...
...
@@ -56,6 +56,7 @@ spring:
56
56
database: 0
57
57
host: redis-server
58
58
port: 6379
59
+ password: 123456
59
60
pool:
60
61
max-idle: 100
61
62
min-idle: 10
...
...