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
111333f7
"eladmin-system/src/vscode:/vscode.git/clone" did not exist on "5c4d0e46d4b897d576420a32583f9417ce6f9a19"
Commit
111333f7
authored
Aug 26, 2019
by
wangtp
Browse files
最新版本开源系统演示分支,也是新项目的模板
parent
af868d14
Changes
21
Hide whitespace changes
Inline
Side-by-side
src/main/resources/application.yml
View file @
111333f7
...
@@ -2,50 +2,29 @@ server:
...
@@ -2,50 +2,29 @@ server:
port
:
8080
port
:
8080
servlet.context-path
:
/ms-mcms
servlet.context-path
:
/ms-mcms
servlet.session.timeout
:
60M
servlet.session.timeout
:
60M
logging
:
logging
:
level
:
level
:
net.mingsoft
:
trace
net.mingsoft
:
trace
ms
:
ms
:
wx
:
manager
:
app.id
:
wx8c96aa3db4611395
path
:
/ms
secret
:
6502f1437c583a346f0d71c4be7d99b2
view-path
:
/WEB-INF/manager
sso
:
url
:
upload
:
login
:
http://ms.mingsoft.net/sso/login.do
path
:
/upload
logout
:
http://ms.mingsoft.net/sso/logout.do
denied
:
.exe,.jsp
token
:
http://ms.mingsoft.net/sso/token.do
allowed
:
jpg
session
:
max-size
:
1
prefix
:
msso
memory-size
:
4096
time
:
2592000
cookie
:
ms.mingsoft.net,pm.mingsoft.net,code.mingsoft.net,bbs.mingsoft.net,localhost
manager
:
path
:
/m-admin
view-path
:
/WEB-INF/manager
upload
:
path
:
/upload
denied
:
.exe,.jsp
allowed
:
jpg
max-size
:
1
memory-size
:
4096
spring
:
spring
:
redis
:
host
:
172.17.0.1
port
:
6380
password
:
mingsoft
pool
:
max-idle
:
300
min-idle
:
0
max-active
:
600
max-wait
:
1000
http.multipart.enabled
:
false
http.multipart.enabled
:
false
profiles
:
profiles
:
active
:
dev
active
:
dev
mvc
:
mvc
:
pathmatch
:
pathmatch
:
use-suffix-pattern
:
true
use-suffix-pattern
:
true
devtools
:
devtools
:
restart
:
restart
:
enabled
:
true
enabled
:
true
...
@@ -66,7 +45,7 @@ spring:
...
@@ -66,7 +45,7 @@ spring:
expose-spring-macro-helpers
:
true
expose-spring-macro-helpers
:
true
prefer-file-system-access
:
false
prefer-file-system-access
:
false
template-loader-path
:
classpath:/WEB-INF/manager,classpath:/WEB-INF
template-loader-path
:
classpath:/WEB-INF/manager,classpath:/WEB-INF
settings
:
settings
:
template_update_delay
:
1
template_update_delay
:
1
default_encoding
:
UTF-8
default_encoding
:
UTF-8
classic_compatible
:
true
classic_compatible
:
true
...
@@ -74,8 +53,8 @@ spring:
...
@@ -74,8 +53,8 @@ spring:
time_format
:
HH:mm:ss
time_format
:
HH:mm:ss
datetime_format
:
yyyy-MM-dd HH:mm:ss
datetime_format
:
yyyy-MM-dd HH:mm:ss
auto_import
:
/include/macro.ftl as ms
auto_import
:
/include/macro.ftl as ms
mybatis
:
mybatis
:
mapper-locations
:
classpath*:**/dao/*.xml
mapper-locations
:
classpath*:**/dao/*.xml
configuration
:
configuration
:
database-id
:
mysql
database-id
:
mysql
\ No newline at end of file
Prev
1
2
Next
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