Skip to content

Tag: spring

Adding spring security to an existing Spring MVC

I have spent hours to look for answers and fix this problem. But after spending many hours it seems I might need to put this question for help. I saw many similar scenarios but none became an answer. I already have a spring web application that runs well with out authentication. I am trying to implement a sim…