Files
tiesheng-springboot/springboot-ademo/src/main/resources/application.yml
2023-02-21 09:06:53 +08:00

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