I generate Scaffold Spring Security After generating Scaffold Spring CRUD Application. Everything works fine. However, I create a new controller & jsp for this project but it can not redirect to login when using them even though I use a bean (UsersDAO…) . So what do I have to do to use spring security with new controllers ?
Thanks and best regards!