城阳车管所项目
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

82 lines
1.9 KiB

7 years ago
server:
port: 8080
servlet.context-path: /ms-mcms
7 years ago
servlet.session.timeout: 60M
7 years ago
logging:
level:
net.mingsoft: trace
7 years ago
ms:
wx:
app.id: wx8c96aa3db4611395
secret: 6502f1437c583a346f0d71c4be7d99b2
sso:
url:
login: http://ms.mingsoft.net/sso/login.do
logout: http://ms.mingsoft.net/sso/logout.do
token: http://ms.mingsoft.net/sso/token.do
session:
prefix: msso
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
7 years ago
spring:
redis:
host: 172.17.0.1
port: 6380
password: mingsoft
pool:
max-idle: 300
min-idle: 0
max-active: 600
max-wait: 1000
7 years ago
http.multipart.enabled: false
7 years ago
profiles:
7 years ago
active: dev
7 years ago
mvc:
pathmatch:
use-suffix-pattern: true
7 years ago
devtools:
restart:
enabled: true
additional-paths: src/main/java
exclude: static/**,WEB-INF/**
servlet:
multipart:
max-request-size: 100MB
7 years ago
enabled: false
7 years ago
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
7 years ago
template-loader-path: classpath:/WEB-INF/manager,classpath:/WEB-INF
settings:
7 years ago
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
7 years ago
mybatis:
mapper-locations: classpath*:**/dao/*.xml
configuration:
database-id: mysql