测试druid debug日志输出

This commit is contained in:
gaoqr
2025-07-28 11:40:38 +08:00
parent fb540a7f9d
commit 2f5f6f518d
6 changed files with 19 additions and 3 deletions
@@ -51,6 +51,8 @@ spring:
test-while-idle: true
test-on-borrow: false
test-on-return: false
# 配置监控统计拦截的filters,去掉后监控界面sql无法统计,'wall'用于防火墙
filters: slf4j
primary: master
datasource:
master:
@@ -315,3 +317,7 @@ aj:
req-get-minute-limit: 30 # get 接口一分钟内请求数限制
req-check-minute-limit: 60 # check 接口一分钟内请求数限制
req-verify-minute-limit: 60 # verify 接口一分钟内请求数限制
mybatis-plus:
configuration:
log-impl: org.apache.ibatis.logging.nologging.NoLoggingImpl