后台首次运行时报错问题处理

This commit is contained in:
曹磊 2024-06-04 11:15:06 +08:00
parent ef454c4089
commit c3320d806b
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ spring:
allow-circular-references: true allow-circular-references: true
# 环境 dev|test|prod # 环境 dev|test|prod
profiles: profiles:
active: dev active: prod
# jackson时间格式化 # jackson时间格式化
jackson: jackson:
time-zone: GMT+8 time-zone: GMT+8