Browse Source

去除 c3p0 连接池,使用默认的Hikari连接池

pull/1/head
Yangkai.Shen 5 years ago
parent
commit
e00720fd30
1 changed files with 0 additions and 6 deletions
  1. +0
    -6
      spring-boot-demo-task-quartz/pom.xml

+ 0
- 6
spring-boot-demo-task-quartz/pom.xml View File

@@ -58,12 +58,6 @@
<scope>test</scope>
</dependency>

<dependency>
<groupId>com.mchange</groupId>
<artifactId>c3p0</artifactId>
<version>0.9.5.2</version>
</dependency>

<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-all</artifactId>


Loading…
Cancel
Save