mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-13 21:32:07 +08:00
15 lines
384 B
YAML
15 lines
384 B
YAML
spring:
|
|||
|
|
application:
|
||
|
|
name: plan-server
|
||
|
|
|
||
|
|
profiles:
|
||
|
|
active: local
|
||
|
|
|
||
|
|
server:
|
||
|
|
port: 48085
|
||
|
|
|
||
|
|
# 日志文件配置。注意,如果 logging.file.name 不放在 bootstrap.yaml 配置文件,而是放在 application.yaml 中,会导致出现 LOG_FILE_IS_UNDEFINED 文件
|
||
|
|
logging:
|
||
|
|
file:
|
||
|
|
name: ${user.home}/logs/${spring.application.name}.log # 日志文件名,全路径
|