Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
RuoYi Vue
Commits
854a6f80
Commit
854a6f80
authored
Dec 21, 2020
by
若依
Committed by
Gitee
Dec 21, 2020
Browse files
!145 redis 增加 database配置项,设置不同的库
Merge pull request !145 from li_oxen/N/A
parents
c86dc207
1caec85f
Changes
1
Show whitespace changes
Inline
Side-by-side
ruoyi-admin/src/main/resources/application.yml
View file @
854a6f80
...
@@ -60,6 +60,8 @@ spring:
...
@@ -60,6 +60,8 @@ spring:
redis
:
redis
:
# 地址
# 地址
host
:
localhost
host
:
localhost
# 设置不同的库,默认值为0,redis默认16个,即0到15
database
:
0
# 端口,默认为6379
# 端口,默认为6379
port
:
6379
port
:
6379
# 密码
# 密码
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment