I\'m a bit befuddled because I\'m trying use use @Scheduled annotations, but Spring doesn\'t seem to be finding my methods. The end result is that, none of my m
The only difference that I see from my setup (which works), is that my class is annotated with @Component rather than @Service. Other things to check: