Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
ProyectoFinal-Bootcamp
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jose Baez
ProyectoFinal-Bootcamp
Commits
5672de56
Commit
5672de56
authored
2 years ago
by
Angel Zarate
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
elimado codigo basura
parent
a79341b2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
8 deletions
+2
-8
src/main/java/com/roshka/proyectofinal/DataBase.java
+1
-1
src/main/webapp/postulante-consulta.jsp
+1
-7
No files found.
src/main/java/com/roshka/proyectofinal/DataBase.java
View file @
5672de56
...
...
@@ -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"
);
...
...
This diff is collapsed.
Click to expand it.
src/main/webapp/postulante-consulta.jsp
View file @
5672de56
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment