Commit 60e0e5e5 by Jose Baez

Se agrega base de datos Bootcamp_th

parent c7b5913b
......@@ -10,7 +10,7 @@ public class DataBase {
try{
Class.forName("org.postgresql.Driver");
con= DriverManager
.getConnection("jdbc:postgresql://localhost:5432/bootcamp_market",
.getConnection("jdbc:postgresql://localhost:5432/Bootcamp_th",
"postgres", "postgres");
if(con != null){
......
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