Commit f4170fc9 by Yovan Martinez

Arreglado puerto database

parent 23dda355
......@@ -10,7 +10,7 @@ public class DataBase {
try{
Class.forName("org.postgresql.Driver");
con= DriverManager
.getConnection("jdbc:postgresql://localhost:5433/bootcamp_th",
.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