Posts by Felipe Leme • 1 point
3 posts
-
-1
votes1
answer196
viewsQ: Problem displaying dynamic image with Thymeleaf
I have an application, where the user can store the profile photo. Save the image in C:/imgPerfil/ concatenating the user id with the original image name. Example: "2test.jpeg". I need to show this…
-
0
votes0
answers110
viewsQ: Deploy Springboot Tomcat
I’m having trouble deploying my Springboot application to Tomcat on a linux VPS. The server is working but links to Resources and other non-index pages are broken [ <…
-
0
votes1
answer688
viewsQ: Swap value of two variables without using a third, using either sum or subtraction only
Using only two variables (A and B) and also using only (sum or subtraction), make the value of A turn the value of B and the value of B become the value of A.