数据库连接池切换为hikari

This commit is contained in:
2026-06-12 16:58:59 +08:00
parent 56f0e4c509
commit 7313a8fe6f
9 changed files with 77 additions and 32 deletions
+8
View File
@@ -33,6 +33,14 @@
<groupId>org.xujun</groupId>
<artifactId>xtools-app-sys-scheduled</artifactId>
</dependency>
<!--<dependency>-->
<!-- <groupId>org.xujun</groupId>-->
<!-- <artifactId>xtools-boot-db-druid</artifactId>-->
<!--</dependency>-->
<dependency>
<groupId>org.xujun</groupId>
<artifactId>xtools-boot-db-hikari</artifactId>
</dependency>
<dependency>
<groupId>org.xujun</groupId>
<artifactId>xtools-app-sys-log-bus-elasticsearch</artifactId>