spring: profiles: active: dev jmx: enabled: false servlet: multipart: enabled: true max-file-size: 200MB max-request-size: 200MB location: E:/tmp mybatis-plus: mapper-locations: classpath:mybatis/mapper/*/*.xml configuration: use-generated-keys: true use-column-label: true map-underscore-to-camel-case: false log-impl: org.apache.ibatis.logging.stdout.StdOutImpl pagehelper: helperDialect: mysql support-methods-arguments: false params: count=countsql offset-as-page-num: false row-bounds-with-count: false page-size-zero: true reasonable: false returnPageInfo: none auto-dialect: true auto-runtime-dialect: true server: tomcat: max-http-form-post-size: 100MB max-http-post-size: 100MB max-http-header-size: 100MB