数据库 jdbc url

Class.forName("oracle.jdbc.OracleDriver");

String url = "jdbc:oracle:thin:@localhost:1521:orcl";


Class.forName("com.mysql.jdbc.Driver");

jdbc:mysql://localhost:3306/databasename


你可能感兴趣的:(oracle,数据库,mysql,localhost)