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
MCMS
Commits
c611cff6
Commit
c611cff6
authored
Jan 17, 2019
by
ms-dev
Browse files
配置更新
parent
4633c2be
Changes
1
Show whitespace changes
Inline
Side-by-side
src/main/resources/application.yml
View file @
c611cff6
#服务配置
server
:
server
:
#端口
port
:
8080
port
:
8080
#项目名称
servlet.context-path
:
/ms-mcms
servlet.context-path
:
/ms-mcms
# slf4j日志配置
logging
:
logging
:
# 配置级别
level
:
level
:
#分包配置级别,即不同的目录下可以使用不同的级别
net.mingsoft
:
trace
net.mingsoft
:
trace
#铭飞配置
ms
:
ms
:
manager
:
manager
:
path
:
/ms
path
:
/ms
view-path
:
/WEB-INF/manager
view-path
:
/WEB-INF/manager
#session配置
session
:
session
:
timeout
:
1800000
#会话超时, 单位:毫秒, 20m=1200000ms, 30m=1800000ms, 60m=3600000ms
timeout
:
1800000
validation-interval
:
120000
#会话清理间隔时间, 单位:毫秒,2m=120000ms
validation-interval
:
120000
#上传配置
upload
:
upload
:
path
:
/upload
path
:
/upload
denied
:
exe
denied
:
exe
...
@@ -29,7 +20,6 @@ ms:
...
@@ -29,7 +20,6 @@ ms:
max-size
:
1
max-size
:
1
memory-size
:
4096
memory-size
:
4096
#spring配置
spring
:
spring
:
profiles
:
profiles
:
active
:
dev
active
:
dev
...
...
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