|
@@ -1,16 +0,0 @@
|
|
|
-<?xml version="1.0" encoding="UTF-8"?>
|
|
|
-<c3p0-config>
|
|
|
- <default-config>
|
|
|
- <property name="driverClass">com.mysql.cj.jdbc.Driver</property>
|
|
|
- <property name="jdbcUrl">jdbc:mysql://localhost/course</property>
|
|
|
- <property name="user">root</property>
|
|
|
- <property name="password">2794878123</property>
|
|
|
-
|
|
|
- <property name="initialPoolSize">10</property>
|
|
|
- <property name="maxIdleTime">30</property>
|
|
|
- <property name="maxPoolSize">100</property>
|
|
|
- <property name="minPoolSize">10</property>
|
|
|
- <property name="maxStatements">200</property>
|
|
|
- </default-config>
|
|
|
-</c3p0-config>
|
|
|
-
|