Files
tiesheng-springboot/springboot-ademo/src/main/resources/application.yml
2024-07-11 16:03:07 +08:00

22 lines
304 B
YAML

server:
compression:
enabled: true
port: 8100
## Spring配置
spring:
servlet:
multipart:
max-file-size: 20MB
max-request-size: 20MB
web:
resources:
static-locations: classpath:/static/,file:static/
## 日志
logging:
file:
name: runtime/logs/tiesheng.log