1、整合Druid连接池
Sync All Branches to GitHub / sync (push) Successful in 2s

2、配置日志格式
This commit is contained in:
2025-12-01 17:27:11 +08:00
parent 4a9860a25c
commit a836ae23bf
8 changed files with 192 additions and 4 deletions
+5
View File
@@ -47,6 +47,11 @@
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
</dependency>
<!-- Druid 数据库连接池 -->
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>druid-spring-boot-3-starter</artifactId>
</dependency>
</dependencies>
<build>