I has class like this:
@Service(\"userDetailsService\") public class MyUserDetailsService implements UserDetailsService { ...
and trying t
just import the other xml file in the spring-security.xml by using
another thing u can do is that load all the xml files in the web.xml file using
contextConfigLocation path to the xml files separated by commas