Files
yinyitong-zhongyuyuan-dll-hang/src/main/resources/application.yml

28 lines
636 B
YAML
Raw Normal View History

2024-12-23 10:18:23 +08:00
spring:
2025-08-18 18:37:29 +08:00
servlet:
multipart:
max-file-size: 10MB
max-request-size: 10MB
resource:
static-locations: classpath:/static/,classpath:/public/
2024-12-23 10:18:23 +08:00
application:
2025-08-18 18:37:29 +08:00
name: ems-express-bridge
2024-12-23 10:18:23 +08:00
profiles:
2025-08-18 18:37:29 +08:00
#active: '@profile.name@'
active: pro
2024-12-23 10:18:23 +08:00
2025-08-18 18:37:29 +08:00
server:
port: 5948 #5946
servlet:
context-path: /api
tomcat:
max-swallow-size: -1
error:
include-exception: true
include-stacktrace: ALWAYS
include-message: ALWAYS
compression:
enabled: true
min-response-size: 1024
mime-types: application/javascript,application/json,application/xml,text/html,text/xml,text/plain,text/css,image/*