28 lines
630 B
YAML
28 lines
630 B
YAML
spring:
|
|
servlet:
|
|
multipart:
|
|
max-file-size: 10MB
|
|
max-request-size: 10MB
|
|
resource:
|
|
static-locations: classpath:/static/,classpath:/public/
|
|
application:
|
|
name: ems-express-bridge
|
|
profiles:
|
|
#active: '@profile.name@'
|
|
active: pro
|
|
|
|
server:
|
|
port: 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/*
|