修改日志展示逻辑

This commit is contained in:
2025-06-11 18:19:40 +08:00
parent 5bc58e159a
commit 43d1b02a1c
72 changed files with 29 additions and 4132 deletions

View File

@@ -6,7 +6,7 @@ spring:
name: springboot-init
# 默认 dev 环境
profiles:
active: test
active: dev
# 支持 swagger3
mvc:
pathmatch:
@@ -26,21 +26,6 @@ spring:
password: 123asd
jackson:
date-format: yyyy-MM-dd HH:mm:ss
# Redis 配置
# todo 需替换配置,然后取消注释
# redis:
# database: 1
# host: localhost
# port: 6379
# timeout: 5000
# password: 123456
# Elasticsearch 配置
# todo 需替换配置,然后取消注释
# elasticsearch:
# uris: http://localhost:9200
# username: root
# password: 123456
# 文件上传
servlet:
multipart:
# 大小限制
@@ -58,8 +43,8 @@ mybatis-plus:
configuration:
map-underscore-to-camel-case: false
log-impl: org.apache.ibatis.logging.nologging.NoLoggingImpl
log-sql:
default-executor-type: batch
global-config:
db-config:
logic-delete-field: isDelete # 全局逻辑删除的实体字段名