Commit 5672de56 by Angel Zarate

elimado codigo basura

parent a79341b2
......@@ -11,7 +11,7 @@ public class DataBase {
Class.forName("org.postgresql.Driver");
con= DriverManager
.getConnection("jdbc:postgresql://localhost:5432/bootcamp_th",
"postgres", "2022roshka");
"postgres", "postgres");
if(con != null){
System.out.println("---> CONNECTED TO SERVER");
......
......@@ -48,12 +48,6 @@
<div>
<h1>LISTA POSTULANTES</h1>
<form action="filtros-postulante" >
<input type="search" name="nombreBuscar"
placeholder="Buscar por nombre">
<button type="submit">Buscar</button>
</form>
<table>
<tr>
......@@ -76,7 +70,7 @@
Aceptado
</th>
</tr>s
</tr>
<tbody class="tcuerpo">
<c:forEach var="postulante" items="${postulantes}" varStatus="myIndex">
<tr>
......
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