This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
hummingbird
/
spring-boot-demo
Not watched
Unwatch
Watch all
Watch but not notify
2
Star
0
Fork
0
Code
Releases
0
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
➖
去除 c3p0 连接池,使用默认的Hikari连接池
pull/1/head
Yangkai.Shen
5 years ago
parent
4a68348692
commit
e00720fd30
1 changed files
with
0 additions
and
6 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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>
Write
Preview
Loading…
Cancel
Save