Files
tiesheng-springboot/springboot-ademo/src/main/resources/application.yml
2023-03-14 14:20:23 +08:00

27 lines
395 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
tiesheng:
token:
ignore-paths:
- /test/index