23 lines
338 B
YAML
23 lines
338 B
YAML
server:
|
|
compression:
|
|
enabled: true
|
|
port: 8100
|
|
|
|
## Spring配置
|
|
spring:
|
|
|
|
servlet:
|
|
multipart:
|
|
max-file-size: 20MB
|
|
web:
|
|
resources:
|
|
static-locations: classpath:/static/,file:static/
|
|
mvc:
|
|
pathmatch:
|
|
matching-strategy: ant_path_matcher
|
|
|
|
## 日志
|
|
logging:
|
|
file:
|
|
name: runtime/logs/tiesheng.log
|