spring: servlet: multipart: max-file-size: 2MB # 单个文件大小 max-request-size: 1024MB # 一次请求总大小 profiles: active: dev mybatis-plus: configuration: log-impl: org.apache.ibatis.logging.nologging.NoLoggingImpl # 关闭mybatis-plus日志 global-config: banner: off # 关闭mybatis-plus启动图标 type-aliases-package: com.wms_admin.*.entity mapper-locations: classpath:mapper/*.xml avatar: /defaultAvatar.png feign: client: config: default: connectTimeout: 2000 readTimeout: 3000 loggerLevel: FULL httpclient: enabled: false # 关闭 httpclient okhttp: enabled: true # 开启 okhttp