Browse Source

删除文件 threadlocaldemo/ThreadLocal_Demo/out/production/demo02/c3p0-config.xml

pull/1/head
马府强 2 years ago
committed by Gitee
parent
commit
04ffeb254b
No known key found for this signature in database GPG Key ID: 173E9B9CA92EEF8F
  1. 16
      threadlocaldemo/ThreadLocal_Demo/out/production/demo02/c3p0-config.xml

16
threadlocaldemo/ThreadLocal_Demo/out/production/demo02/c3p0-config.xml

@ -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…
Cancel
Save