1
mirror of https://github.com/CarmJos/MineSQL.git synced 2026-06-05 00:48:16 +08:00

改用BeeCP,修改部分接口方法。

This commit is contained in:
2022-02-22 02:13:54 +08:00
parent 48eed63ee7
commit 67bd7a4141
13 changed files with 207 additions and 142 deletions
+4 -5
View File
@@ -124,11 +124,10 @@
<dependencies>
<dependency>
<!--项目地址 https://github.com/brettwooldridge/HikariCP/ -->
<groupId>com.zaxxer</groupId>
<artifactId>HikariCP</artifactId>
<version>${hikaricp.version}</version>
<optional>true</optional>
<!--项目地址 https://github.com/Chris2018998/BeeCP -->
<groupId>com.github.chris2018998</groupId>
<artifactId>beecp</artifactId>
<version>3.3.2</version>
</dependency>
<dependency>