add 集成 性能分析插件 p6spy 更强劲的 SQL 分析

This commit is contained in:
疯狂的狮子li
2021-08-05 13:30:36 +08:00
parent ffd3dc335f
commit 8c912a8133
6 changed files with 48 additions and 4 deletions

View File

@ -152,6 +152,11 @@
<groupId>com.baomidou</groupId>
<artifactId>dynamic-datasource-spring-boot-starter</artifactId>
</dependency>
<!-- sql性能分析插件 -->
<dependency>
<groupId>p6spy</groupId>
<artifactId>p6spy</artifactId>
</dependency>
<dependency>
<groupId>com.baomidou</groupId>