Commit 4bad4741 by Jose Baez

Base datos correjida

parent 79aa8098
......@@ -11,7 +11,7 @@ public class DataBase {
Class.forName("org.postgresql.Driver");
con= DriverManager
.getConnection("jdbc:postgresql://localhost:5432/bootcamp_th",
"postgres", "Joserba84");
"postgres", "postgres");
if(con != null){
System.out.println("---> CONNECTED TO SERVER");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment