Posts by rafaeldcfarias • 46 points
2 posts
-
0
votes1
answer590
viewsA: Error starting spring boot application
First by convention the files should be placed in the directory: Resources/templates, with the extension . html and it should be noted that all (without exception) the precision tags are closed, and…
spring-bootanswered rafaeldcfarias 46 -
3
votes3
answers601
viewsA: Java method that returns difference in hours
Change the line: DateFormat df = new SimpleDateFormat ("dd/MM/yyyy hh:mm"); for DateFormat df = new SimpleDateFormat ("dd/MM/yyyy HH:mm"); According to call parameters differenceHoras("02/01/2018…
javaanswered rafaeldcfarias 46