add 增加 自定义sql日志输出 性能比p6spy更好更详细 可以精确定位mapper具体位置

This commit is contained in:
疯狂的狮子Li
2026-06-17 10:44:01 +08:00
parent 0c2b409304
commit 06d4e6d7f1
10 changed files with 418 additions and 41 deletions
@@ -58,11 +58,6 @@
<artifactId>mybatis-plus-join-boot-starter</artifactId>
</dependency>
<!-- sql性能分析插件 -->
<dependency>
<groupId>p6spy</groupId>
<artifactId>p6spy</artifactId>
</dependency>
</dependencies>
</project>