mirror of
https://github.com/ZSCNetSupportDept/WechatTicketSystem.git
synced 2025-10-29 16:14:16 +08:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
18020df5c0 |
6
pom.xml
6
pom.xml
@@ -88,9 +88,9 @@
|
|||||||
<version>1.3.3</version>
|
<version>1.3.3</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.mchange</groupId>
|
<groupId>com.zaxxer</groupId>
|
||||||
<artifactId>c3p0</artifactId>
|
<artifactId>HikariCP</artifactId>
|
||||||
<version>0.9.5.1</version>
|
<version>3.3.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>mysql</groupId>
|
<groupId>mysql</groupId>
|
||||||
|
|||||||
@@ -23,11 +23,11 @@
|
|||||||
<!--
|
<!--
|
||||||
<Manager pathname="" />
|
<Manager pathname="" />
|
||||||
-->
|
-->
|
||||||
<Resource auth="Container" description="C3P0 database connection pool"
|
<Resource auth="Container" description="HikariCP database connection pool"
|
||||||
driverClass="com.mysql.jdbc.Driver" maxPoolSize="10" minPoolSize="2" acquireIncrement="1"
|
driverClass="com.mysql.jdbc.Driver" maxPoolSize="10" minPoolSize="2" acquireIncrement="1"
|
||||||
maxIdleTime="3600" idleConnectionTestPeriod="1800" name="jdbc/netsupport" user="root"
|
maxIdleTime="3600" idleConnectionTestPeriod="1800" name="jdbc/netsupport" user="root"
|
||||||
password="" factory="org.apache.naming.factory.BeanFactory"
|
password="" factory="org.apache.naming.factory.BeanFactory"
|
||||||
type="com.mchange.v2.c3p0.ComboPooledDataSource"
|
type="com.zaxxer.hikari.HikariDataSource"
|
||||||
jdbcUrl="jdbc:mysql://localhost:3306/netsupport?autoReconnect=true&characterEncoding=utf8" />
|
jdbcUrl="jdbc:mysql://localhost:3306/netsupport?autoReconnect=true&characterEncoding=utf8" />
|
||||||
<!-- Uncomment this to enable Comet connection tacking (provides events
|
<!-- Uncomment this to enable Comet connection tacking (provides events
|
||||||
on session expiration as well as webapp lifecycle) -->
|
on session expiration as well as webapp lifecycle) -->
|
||||||
|
|||||||
Reference in New Issue
Block a user