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.
31 lines
577 B
31 lines
577 B
6 years ago
|
logging:
|
||
|
level:
|
||
|
com:
|
||
|
favorites: DEBUG
|
||
|
org:
|
||
|
hibernate: ERROR
|
||
|
springframework:
|
||
|
web: DEBUG
|
||
|
mybatis:
|
||
|
config-location: classpath:mybatis/mybatis-config.xml
|
||
|
mapper-locations: classpath*:mapper_*/*.xml
|
||
|
type-aliases-package: com.ccsens.mtpro.bean
|
||
|
#server:
|
||
|
# tomcat:
|
||
|
# uri-encoding: UTF-8
|
||
|
spring:
|
||
|
http:
|
||
|
encoding:
|
||
|
charset: UTF-8
|
||
|
enabled: true
|
||
|
force: true
|
||
|
log-request-details: true
|
||
|
servlet:
|
||
|
multipart:
|
||
|
max-file-size: 10MB
|
||
|
max-request-size: 100MB
|
||
|
snowflake:
|
||
|
datacenterId: 1
|
||
|
workerId: 1
|
||
|
|