Skip to content

Commit

Permalink
➖ 去除 c3p0 连接池,使用默认的Hikari连接池
Browse files Browse the repository at this point in the history
  • Loading branch information
xkcoding committed Aug 5, 2019
1 parent 4a68348 commit e00720f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions spring-boot-demo-task-quartz/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit e00720f

Please sign in to comment.