标签:roo 有一个 exception jar uitable 服务器 config mysql web
<?xml version="1.0" encoding="UTF-8"?>
<c3p0-config>
<default-config>
<property name="jdbcUrl">jdbc:mysql://localhost:3306/day15</property>
<property name="driverClass">com.mysql.jdbc.Driver</property>
<property name="user">root</property>
<property name="password">123456</property>
<property name="acquireIncrement">3</property>
<property name="initialPoolSize">10</property>
<property name="minPoolSize">2</property>
<property name="maxPoolSize">10</property>
</default-config>
</c3p0-config>
出现java.sql.SQLException: No suitable driver的几种解决办法
标签:roo 有一个 exception jar uitable 服务器 config mysql web
原文地址:https://www.cnblogs.com/xiqoqu/p/9173885.html