Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
张云鹏
/
moss-statistic
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
c42d214b
...
c42d214bcb50cf8d3cf663c82b22cd929dc7b853
authored
2023-05-10 14:43:41 +0800
by
张云鹏
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
配置文件优化
1 parent
a04ed737
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
9 deletions
src/main/resources/config/application-dev.yml
src/main/resources/config/application.yml
src/main/resources/config/application-dev.yml
View file @
c42d214
...
...
@@ -53,15 +53,11 @@ spring:
redis
:
#数据库索引
database
:
0
host
:
122.112.214.149
# host: 139.196.192.242
host
:
localhost
port
:
6379
#连接超时时间
timeout
:
5000
password
:
redis123
#缓存过期时间
expire-minutes
:
5
# sentinel:
# master: mymaster
# nodes: 122.112.214.149:6379,122.112.214.149:6379
...
...
src/main/resources/config/application.yml
View file @
c42d214
...
...
@@ -14,6 +14,6 @@ spring:
active
:
dev
cron
:
"
0
/10
*
*
*
*
?"
cron
Subscribe
:
"
*
0/60
*
*
*
?"
cronActivityBtn
:
"
0
/60
*
*
*
*
?"
cron
:
"
0
0/5
*
*
*
?"
cron
Content
:
"
0
0/5
*
*
*
?"
cronActivityBtn
:
"
0
0/5
*
*
*
?"
...
...
Please
register
or
sign in
to post a comment