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.
30 lines
579 B
30 lines
579 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.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: 10
|
|
workerId: 1
|
|
|
|
|