通过查看源码,发现原来org.git.mm.mysql.Driver是com.mysql.jdbc.Driver的子类:
public class Driver extends com.mysql.jdbc.Driver { /** * Creates a new instance of Driver * * @throws SQLException * if a database error occurs. */ public Driver() throws SQLException { super(); } }
时间: 2024-10-10 15:06:26