Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
th-app-java
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
Amparo Oliver
th-app-java
Commits
1f6e37a9
Commit
1f6e37a9
authored
Nov 19, 2021
by
Joel Florentin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
filtro fecha hasta experiencia listado postulante. bug fixed
parent
206de651
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
8 deletions
+6
-8
curriculumsearch/src/main/java/com/roshka/utils/Helper.java
+1
-0
curriculumsearch/src/main/resources/application.properties
+4
-4
curriculumsearch/src/main/webapp/jsp/detallepostulante.jsp
+1
-4
No files found.
curriculumsearch/src/main/java/com/roshka/utils/Helper.java
View file @
1f6e37a9
...
@@ -32,6 +32,7 @@ public class Helper {
...
@@ -32,6 +32,7 @@ public class Helper {
}
}
public
static
final
long
getMonthsDifference
(
Date
date1
,
Date
date2
)
{
public
static
final
long
getMonthsDifference
(
Date
date1
,
Date
date2
)
{
if
(
date2
==
null
)
date2
=
new
Date
();
YearMonth
m1
=
YearMonth
.
from
(
date1
.
toInstant
().
atZone
(
ZoneOffset
.
UTC
));
YearMonth
m1
=
YearMonth
.
from
(
date1
.
toInstant
().
atZone
(
ZoneOffset
.
UTC
));
YearMonth
m2
=
YearMonth
.
from
(
date2
.
toInstant
().
atZone
(
ZoneOffset
.
UTC
));
YearMonth
m2
=
YearMonth
.
from
(
date2
.
toInstant
().
atZone
(
ZoneOffset
.
UTC
));
...
...
curriculumsearch/src/main/resources/application.properties
View file @
1f6e37a9
spring.jpa.hibernate.ddl-auto
=
create-drop
spring.jpa.hibernate.ddl-auto
=
create-drop
spring.jpa.database-platform
=
org.hibernate.dialect.PostgreSQLDialect
spring.jpa.database-platform
=
org.hibernate.dialect.PostgreSQLDialect
spring.jpa.show-sql
=
true
#
spring.jpa.show-sql=true
spring.jpa.properties.hibernate.format_sql
=
true
#
spring.jpa.properties.hibernate.format_sql=true
logging.level.org.hibernate.SQL
=
DEBUG
#
logging.level.org.hibernate.SQL=DEBUG
logging.level.org.hibernate.type.descriptor.sql.BasicBinder
=
TRACE
#
logging.level.org.hibernate.type.descriptor.sql.BasicBinder=TRACE
spring.sql.init.mode
=
always
spring.sql.init.mode
=
always
spring.sql.init.platform
=
postgres
spring.sql.init.platform
=
postgres
...
...
curriculumsearch/src/main/webapp/jsp/detallepostulante.jsp
View file @
1f6e37a9
...
@@ -306,10 +306,7 @@
...
@@ -306,10 +306,7 @@
<h6 class="mb-0">Estado</h6>
<h6 class="mb-0">Estado</h6>
<span class="text-secondary">${detalle_estudios.getEstado()}</span>
<span class="text-secondary">${detalle_estudios.getEstado()}</span>
</li>
</li>
<li class="list-group-item d-flex justify-content-between align-items-center flex-wrap">
<h6 class="mb-0">SubNombre</h6>
<span class="text-secondary">${detalle_estudios.getInstitucion().getSubNombre()}</span>
</li>
</ul>
</ul>
...
...
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