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.
28 lines
529 B
28 lines
529 B
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.recovery.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
|
|
|
|
|
|
|