I am trying to implement Spring-Security 4 into my Spring MVC web and rest app. I added 2 classes to enable Spring Security the java config way. I still want to hold onto
Add the following line in your spring-context.xml:
and then can add the bean definition for the security config.