committed by
Gitee
1 changed files with 0 additions and 16 deletions
@ -1,16 +0,0 @@ |
|||||
<c3p0-config> |
|
||||
<!-- 使用默认的配置读取连接池对象 --> |
|
||||
<default-config> |
|
||||
<!-- 连接参数 --> |
|
||||
<property name="driverClass">com.mysql.jdbc.Driver</property> |
|
||||
<property name="jdbcUrl">jdbc:mysql://localhost:3306/test</property> |
|
||||
<property name="user">root</property> |
|
||||
<property name="password">1234</property> |
|
||||
|
|
||||
<!-- 连接池参数 --> |
|
||||
<property name="initialPoolSize">5</property> |
|
||||
<property name="maxPoolSize">10</property> |
|
||||
<property name="checkoutTimeout">3000</property> |
|
||||
</default-config> |
|
||||
|
|
||||
</c3p0-config> |
|
Loading…
Reference in new issue