Posts by Software Developer • 1 point
2 posts
-
0
votes1
answer291
viewsA: Spring Boot - Error when redirecting to listing page after registration deletion
So, I got the solution. I used redirect, but I had to put the full path for listing. My mistake was not including the first bar. Follow the modified method: @RequestMapping ("/delete/{codigo}")…
-
-1
votes1
answer291
viewsQ: Spring Boot - Error when redirecting to listing page after registration deletion
I’m starting with Spring Boot, my difficulty is in defining redirects (paths). The current error occurs in redirecting after deleting a record. On the page that lists all the properties I have the…