What is the recommended way to add Spring Security to a web application that is using Spring\'s new WebApplicationInitializer interface instead of the web.xml file?
This is related to those interested in Spring Boot with security: You don't need anything, Spring Boot picks up the @components and solves the other issues