Compare commits
No commits in common. "7e8efdb4fb4e9b84fa7f288c6ee81252ac7b3860" and "be8ece40d66868f875e650432f5b5a6957f16c03" have entirely different histories.
7e8efdb4fb
...
be8ece40d6
|
@ -7,8 +7,8 @@ import java.sql.SQLException;
|
||||||
public class Conexion {
|
public class Conexion {
|
||||||
private static String url = "jdbc:mysql://127.0.0.1:3306/?user=pastel";
|
private static String url = "jdbc:mysql://127.0.0.1:3306/?user=pastel";
|
||||||
private static String driverName = "com.mysql.cj.jdbc.Driver";
|
private static String driverName = "com.mysql.cj.jdbc.Driver";
|
||||||
private static String username = "dbpastel";
|
private static String username = "pastel";
|
||||||
private static String password = "dbpastel";
|
private static String password = "pastel";
|
||||||
// variable de conexion
|
// variable de conexion
|
||||||
private static Connection connection = null;
|
private static Connection connection = null;
|
||||||
|
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue