Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
C
cms_sys
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
西魏
cms_sys
Commits
9b3d486e
Commit
9b3d486e
authored
Sep 30, 2019
by
铭飞
Committed by
Gitee
Sep 30, 2019
Browse files
Options
Browse Files
Download
Plain Diff
!187 修复linux下相对目录的问题
Merge pull request !187 from 灰色DT/4.7.2
parents
c469f567
e705e844
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
70 additions
and
57 deletions
+70
-57
application.yml
src/main/resources/application.yml
+70
-57
No files found.
src/main/resources/application.yml
View file @
9b3d486e
server
:
port
:
8080
servlet.context-path
:
/ms-mcms
servlet.session.timeout
:
60M
logging
:
level
:
net.mingsoft
:
trace
ms
:
manager
:
path
:
/ms
view-path
:
/WEB-INF/manager
upload
:
path
:
/upload
mapping
:
/upload/**
denied
:
.exe,.jsp
spring
:
profiles
:
active
:
dev
mvc
:
pathmatch
:
use-suffix-pattern
:
true
devtools
:
restart
:
enabled
:
true
additional-paths
:
src/main/java
exclude
:
static/**,WEB-INF/**
servlet
:
multipart
:
max-request-size
:
100MB
enabled
:
false
freemarker
:
suffix
:
.ftl
charset
:
UTF-8
content-type
:
text/html
allow-request-override
:
true
allow-session-override
:
true
expose-request-attributes
:
true
expose-session-attributes
:
true
expose-spring-macro-helpers
:
true
prefer-file-system-access
:
false
template-loader-path
:
classpath:/WEB-INF/manager,classpath:/WEB-INF
settings
:
template_update_delay
:
1
default_encoding
:
UTF-8
classic_compatible
:
true
date_format
:
yyyy-MM-dd
time_format
:
HH:mm:ss
datetime_format
:
yyyy-MM-dd HH:mm:ss
auto_import
:
/include/macro.ftl as ms
number_format
:
0.##
mybatis
:
mapper-locations
:
classpath*:**/dao/*.xml
configuration
:
server
:
port
:
8080
servlet.context-path
:
/ms-mcms
servlet.session.timeout
:
60M
logging
:
level
:
net.mingsoft
:
trace
ms
:
manager
:
path
:
/ms
view-path
:
/WEB-INF/manager
upload
:
path
:
upload
mapping
:
/upload/**
denied
:
.exe,.jsp
multipart
:
#最大上传文件大小 单位:KB
max-file-size
:
10240
#文件暂存临时目录
upload-temp-dir
:
temp
#临时文件大小
max-in-memory-size
:
10240
#总上传最大大小 单位:KB -1禁用
max-request-size
:
-1
spring
:
profiles
:
active
:
dev
mvc
:
pathmatch
:
use-suffix-pattern
:
true
devtools
:
restart
:
enabled
:
true
additional-paths
:
src/main/java
exclude
:
static/**,WEB-INF/**
servlet
:
multipart
:
max-request-size
:
100MB
enabled
:
false
freemarker
:
suffix
:
.ftl
charset
:
UTF-8
content-type
:
text/html
allow-request-override
:
true
allow-session-override
:
true
expose-request-attributes
:
true
expose-session-attributes
:
true
expose-spring-macro-helpers
:
true
prefer-file-system-access
:
false
template-loader-path
:
classpath:/WEB-INF/manager,classpath:/WEB-INF
settings
:
template_update_delay
:
1
default_encoding
:
UTF-8
classic_compatible
:
true
date_format
:
yyyy-MM-dd
time_format
:
HH:mm:ss
datetime_format
:
yyyy-MM-dd HH:mm:ss
auto_import
:
/include/macro.ftl as ms
number_format
:
0.##
mybatis
:
mapper-locations
:
classpath*:**/dao/*.xml
configuration
:
database-id
:
mysql
\ No newline at end of file
Write
Preview
Markdown
is supported
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