大概率导错包了。
在使用DruidDataSource连接MySQL时,连接失败,报错com.alibaba.druid.pool.DruidPooledConnection cannot be cast to sun.rmi.transport.Connection。
我的原因是导入了错误的包。
正确的应该是import java.sql.Connection;
大概率导错包了。
在使用DruidDataSource连接MySQL时,连接失败,报错com.alibaba.druid.pool.DruidPooledConnection cannot be cast to sun.rmi.transport.Connection。
我的原因是导入了错误的包。
正确的应该是import java.sql.Connection;