From 72c9a0be65201fb55af62340d8fbadbe6adb9d2b Mon Sep 17 00:00:00 2001 From: cat_shark <1716967236@qq.com> Date: Tue, 8 Jul 2025 09:13:50 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=B0=83=E6=95=B4jackson=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E5=92=8Cmybatis-plus=E7=9A=84=E6=97=A5=E5=BF=97?= =?UTF-8?q?=E8=BE=93=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index b30f2ee..5124a70 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -24,11 +24,15 @@ spring: validate-on-migrate: true # 如果 true,首次迁移时基于现有 schema 创建 baseline,这通常用于将 Flyway 集成到已存在的数据库项目中 baseline-on-migrate: true + jackson: + time-zone: UTC + date-format: yyyy-MM-dd'T'HH:mm:ss'Z' server: port: 8081 mybatis-plus: configuration: - log-impl: org.apache.ibatis.logging.slf4j.Slf4jImpl + log-impl: org.apache.ibatis.logging.stdout.StdOutImpl +# log-impl: org.apache.ibatis.logging.slf4j.Slf4jImpl ############## Sa-Token 配置 (文档: https://sa-token.cc) ############## sa-token: