Class.forName("oracle.jdbc.OracleDriver");
String url = "jdbc:oracle:thin:@localhost:1521:orcl";
Class.forName("com.mysql.jdbc.Driver");
jdbc:mysql://localhost:3306/databasename
时间: 2024-10-06 00:41:13
Class.forName("oracle.jdbc.OracleDriver");
String url = "jdbc:oracle:thin:@localhost:1521:orcl";
Class.forName("com.mysql.jdbc.Driver");
jdbc:mysql://localhost:3306/databasename