添加数据库连接池的包
This commit is contained in:
@@ -155,6 +155,18 @@
|
|||||||
<artifactId>xtools-boot-cache-redis</artifactId>
|
<artifactId>xtools-boot-cache-redis</artifactId>
|
||||||
<version>${xtools.version}</version>
|
<version>${xtools.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<!-- xtools-boot-db-druid -->
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.xujun</groupId>
|
||||||
|
<artifactId>xtools-boot-db-druid</artifactId>
|
||||||
|
<version>${xtools.version}</version>
|
||||||
|
</dependency>
|
||||||
|
<!-- xtools-boot-db-hikari -->
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.xujun</groupId>
|
||||||
|
<artifactId>xtools-boot-db-hikari</artifactId>
|
||||||
|
<version>${xtools.version}</version>
|
||||||
|
</dependency>
|
||||||
<!-- xtools-boot-db-mybatis -->
|
<!-- xtools-boot-db-mybatis -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.xujun</groupId>
|
<groupId>org.xujun</groupId>
|
||||||
|
|||||||
Reference in New Issue
Block a user