Skip to content

Commit e00720f

Browse files
committed
➖ 去除 c3p0 连接池,使用默认的Hikari连接池
1 parent 4a68348 commit e00720f

File tree

1 file changed

+0
-6
lines changed
  • spring-boot-demo-task-quartz

1 file changed

+0
-6
lines changed

spring-boot-demo-task-quartz/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,6 @@
5858
<scope>test</scope>
5959
</dependency>
6060

61-
<dependency>
62-
<groupId>com.mchange</groupId>
63-
<artifactId>c3p0</artifactId>
64-
<version>0.9.5.2</version>
65-
</dependency>
66-
6761
<dependency>
6862
<groupId>cn.hutool</groupId>
6963
<artifactId>hutool-all</artifactId>

0 commit comments

Comments
 (0)