I has class like this:
@Service(\"userDetailsService\") public class MyUserDetailsService implements UserDetailsService { ...
and trying t
If you use annotations to specify your beans, you need to have add an entry to your config to scan the classpath for them.