feature(info-query): 增加sql日志记录

This commit is contained in:
2023-07-11 17:42:39 +08:00
parent ace787b8ab
commit 2ac1e0be2c
6 changed files with 173 additions and 1 deletions

View File

@@ -27,6 +27,10 @@
<artifactId>database</artifactId>
<version>1.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-aop</artifactId>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>druid-spring-boot-starter</artifactId>