后台首次运行时报错问题处理
This commit is contained in:
parent
ef454c4089
commit
c3320d806b
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue