23 lines
417 B
YAML
23 lines
417 B
YAML
spring:
|
|
profiles:
|
|
active: @profile.active@
|
|
messages:
|
|
encoding: UTF-8
|
|
servlet:
|
|
multipart:
|
|
max-file-size: 50Mb
|
|
max-request-size: 80Mb
|
|
location: /tmp/tomcat_upload
|
|
|
|
server:
|
|
port: 8080
|
|
servlet:
|
|
context-path: /demo
|
|
|
|
logging:
|
|
level:
|
|
root: ERROR
|
|
org.springframework: ERROR
|
|
org.mybatis: ERROR
|
|
com.qiguliuxing.dts.wx: DEBUG
|
|
com.qiguliuxing.dts: INFO |