新增用户配置

This commit is contained in:
liuzhaotian
2024-07-19 14:44:21 +08:00
parent c9788110fb
commit 43f705f602
13 changed files with 394 additions and 10 deletions
@@ -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: