feat: 调整jackson配置和mybatis-plus的日志输出
This commit is contained in:
@@ -24,11 +24,15 @@ spring:
|
|||||||
validate-on-migrate: true
|
validate-on-migrate: true
|
||||||
# 如果 true,首次迁移时基于现有 schema 创建 baseline,这通常用于将 Flyway 集成到已存在的数据库项目中
|
# 如果 true,首次迁移时基于现有 schema 创建 baseline,这通常用于将 Flyway 集成到已存在的数据库项目中
|
||||||
baseline-on-migrate: true
|
baseline-on-migrate: true
|
||||||
|
jackson:
|
||||||
|
time-zone: UTC
|
||||||
|
date-format: yyyy-MM-dd'T'HH:mm:ss'Z'
|
||||||
server:
|
server:
|
||||||
port: 8081
|
port: 8081
|
||||||
mybatis-plus:
|
mybatis-plus:
|
||||||
configuration:
|
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 配置 (文档: https://sa-token.cc) ##############
|
||||||
sa-token:
|
sa-token:
|
||||||
|
|||||||
Reference in New Issue
Block a user