mysql驱动怎么写( 二 )


* @throws
* @throws SQLException
*/
public static Connection getConnection() throws ,
SQLException {
Class.forName(jdbcDriver);
return DriverManager.getConnection(jdbcURL, userName, password);
}
【mysql驱动怎么写】

mysql驱动怎么写

文章插图