123456789101112131415161718192021222324252627282930313233343536373839404142 |
- server:
- tomcat:
- uri-encoding: UTF-8
- max-threads: 1000
- min-spare-threads: 30
- port: 8089
- connection-timeout: 5000ms
- servlet:
- context-path: /warewms
- info:
- name: 'jnmc'
- version: '1.0.0'
- date: '20220930-0102'
- description: 'jnmc-notification-program'
- spring:
-
- profiles:
- active: dev
-
-
- 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
|