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
1caec85f
Commit
1caec85f
authored
Dec 19, 2020
by
li_oxen
Committed by
Gitee
Dec 19, 2020
Browse files
redis 增加 database配置项,设置不同的库
parent
c86dc207
Changes
1
Hide whitespace changes
Inline
Side-by-side
ruoyi-admin/src/main/resources/application.yml
View file @
1caec85f
...
@@ -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