# Tomcat server: tomcat: uri-encoding: UTF-8 max-threads: 1000 min-spare-threads: 30 port: 8089 connection-timeout: 5000ms servlet: context-path: /warewms # /info 端点的显示 info: name: 'jnmc' version: '1.0.0' date: '20220930-0102' description: 'jnmc-notification-program' spring: # 环境 dev|test|prod profiles: active: dev # default: dev # jackson时间格式化 jackson: time-zone: GMT+8 date-format: yyyy-MM-dd HH:mm:ss http: multipart: servlet: max-file-size: 100MB max-request-size: 100MB enabled: true mvc: throw-exception-if-no-handler-found: true resources: add-mappings: false schedule: open: true