mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 12:52:07 +08:00
新增用户配置
This commit is contained in:
@@ -7,6 +7,11 @@ spring:
|
||||
|
||||
server:
|
||||
port: 48080
|
||||
# 开启Gzip压缩,默认只压缩超过2048字节的数据
|
||||
compression:
|
||||
enabled: true
|
||||
min-response-size: 2048
|
||||
mime-types: application/json
|
||||
|
||||
# 日志文件配置。注意,如果 logging.file.name 不放在 bootstrap.yaml 配置文件,而是放在 application.yaml 中,会导致出现 LOG_FILE_IS_UNDEFINED 文件
|
||||
logging:
|
||||
|
||||
Reference in New Issue
Block a user