城阳车管所项目
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.

68 lines
1.5 KiB

7 years ago
server:
6 years ago
port: 8080
7 years ago
servlet.context-path: /ms-mcms
7 years ago
servlet.session.timeout: 60M
7 years ago
logging:
level:
net.mingsoft: trace
6 years ago
file: mcms.log
7 years ago
ms:
manager:
path: /ms
view-path: /WEB-INF/manager
upload:
6 years ago
path: upload
mapping: /upload/**
denied: .exe,.jsp
6 years ago
multipart:
#最大上传文件大小 单位:KB
max-file-size: 10240
#文件暂存临时目录
upload-temp-dir: temp
#临时文件大小
max-in-memory-size: 10240
#总上传最大大小 单位:KB -1禁用
max-request-size: -1
7 years ago
spring:
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
6 years ago
number_format: 0.##
7 years ago
mybatis:
6 years ago
configuration:
database-id: mysql