application.yml 612 Bytes
Newer Older
liu_cheng_jiu's avatar
liu_cheng_jiu committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
spring:
  jackson:
    time-zone: GMT+8
    date-format: yyyy-MM-dd HH:mm:ss
  profiles:
    active: dev
  messages:
    encoding: UTF-8
  servlet:
    multipart:
      max-file-size: 200Mb
      max-request-size: 100MB

server:
  port: 8181

logging:
  level:
    root:  ERROR
    org.springframework:  ERROR
    org.mybatis:  ERROR
    cn.exploring.engine.server.core:  ERROR
    cn.exploring.engine.server.db:  ERROR
    cn.exploring.engine.server.admin:  ERROR
    cn.exploring.engine.server.wx:  ERROR
    cn.exploring.engine.server:  ERROR

mybatis:
  configuration:
    map-underscore-to-camel-case: true