Posts by Alex Amaral • 1 point
2 posts
-
0
votes1
answer196
viewsA: Problem displaying dynamic image with Thymeleaf
Thymeleaf is a template framework, so it will take the data passed by the controller together with the template and generate the final html that will be displayed in the browser. Theoretically I…
-
0
votes2
answers245
viewsA: Error 404 - The requested Resource is not available. Jersey REST
Analyzing what was presented, I believe the problem is in mapping the REST service. <servlet-mapping> <servlet-name>Jersey REST Service</servlet-name>…