Skip to content
Advertisement

RedirectAttributes not working in SpringBoot project

I am trying to set up RedirectAttributes, but nothing happens when I do so. Here is my controller:

JavaScript

This is a SpringBoot project, and since it is the Umbrella over Spring MVC, then I assumed I could use RedirectAttributes. So, what is going on? When I hit this end point, I am returned: redirect:uploadStatus

Advertisement

Answer

JavaScript
User contributions licensed under: CC BY-SA
1 People found this is helpful
Advertisement