add 增加 GET 请求提交日期参数 默认格式化配置

This commit is contained in:
疯狂的狮子li 2022-12-28 15:03:00 +08:00
parent a6f6562693
commit 6ee3085260

View File

@ -83,6 +83,9 @@ spring:
restart:
# 热部署开关
enabled: true
mvc:
format:
date-time: yyyy-MM-dd HH:mm:ss
jackson:
# 日期格式化
date-format: yyyy-MM-dd HH:mm:ss