txw/txw-gateway/src/main/resources/bootstrap.yml
2026-04-05 15:05:13 +08:00

14 lines
410 B
YAML

spring:
application:
name: txw-gateway
profiles:
active: local
server:
port: 9300
servlet:
context-path: /
# 日志文件配置。注意,如果 logging.file.name 不放在 bootstrap.yaml 配置文件,而是放在 application.yaml 中,会导致出现 LOG_FILE_IS_UNDEFINED 文件
logging:
file:
name: ${user.dir}/logs/${spring.application.name}.log # 日志文件名,全路径