yinyitong-zhongyuyuan-dll-s.../src/main/resources/application.yml

30 lines
626 B
YAML
Raw Normal View History

2025-02-07 09:20:09 +08:00
server:
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/*
2025-06-12 11:30:33 +08:00
logging:
level:
com.dpkj: debug
2025-03-26 14:37:56 +08:00
spring:
servlet:
multipart:
max-file-size: 10MB
max-request-size: 10MB
resource:
static-locations: classpath:/static/,classpath:/public/
application:
name: ems-express-bridge
profiles:
2025-05-07 10:06:16 +08:00
active: dev