Skip to content

Commit

Permalink
修改c3p0版本
Browse files Browse the repository at this point in the history
  • Loading branch information
527515025 committed Apr 2, 2020
1 parent 98088e5 commit 909d2b2
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion springboot-Cache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<dependency>
<groupId>com.mchange</groupId>
<artifactId>c3p0</artifactId>
<version>0.9.5.2</version>
<version>0.9.5.4</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
Expand Down
2 changes: 1 addition & 1 deletion springboot-Cache2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<dependency>
<groupId>com.mchange</groupId>
<artifactId>c3p0</artifactId>
<version>0.9.5.2</version>
<version>0.9.5.4</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
Expand Down
2 changes: 1 addition & 1 deletion springboot-SpringSecurity0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<dependency>
<groupId>com.mchange</groupId>
<artifactId>c3p0</artifactId>
<version>0.9.5.2</version>
<version>0.9.5.4</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
Expand Down
2 changes: 1 addition & 1 deletion springboot-SpringSecurity1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<dependency>
<groupId>com.mchange</groupId>
<artifactId>c3p0</artifactId>
<version>0.9.5.2</version>
<version>0.9.5.4</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
Expand Down
2 changes: 1 addition & 1 deletion springboot-shiro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
<dependency>
<groupId>com.mchange</groupId>
<artifactId>c3p0</artifactId>
<version>0.9.5.2</version>
<version>0.9.5.4</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
Expand Down
2 changes: 1 addition & 1 deletion springboot-springSecurity2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<dependency>
<groupId>com.mchange</groupId>
<artifactId>c3p0</artifactId>
<version>0.9.5.2</version>
<version>0.9.5.4</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
Expand Down
2 changes: 1 addition & 1 deletion springboot-springSecurity3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<dependency>
<groupId>com.mchange</groupId>
<artifactId>c3p0</artifactId>
<version>0.9.5.2</version>
<version>0.9.5.4</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
Expand Down
2 changes: 1 addition & 1 deletion springboot-springSecurity4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<dependency>
<groupId>com.mchange</groupId>
<artifactId>c3p0</artifactId>
<version>0.9.5.2</version>
<version>0.9.5.4</version>
</dependency>

<!--mybatis-->
Expand Down
2 changes: 1 addition & 1 deletion springboot-swagger-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<dependency>
<groupId>com.mchange</groupId>
<artifactId>c3p0</artifactId>
<version>0.9.5.2</version>
<version>0.9.5.4</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
Expand Down

1 comment on commit 909d2b2

@Zhudechao1
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

c3p0连接池基本上被淘汰了

Please sign in to comment.