I have a jar file that contains a java class HelloService with @Service annotation. I would like to Autowire it into my a @Component c
HelloService
@Service
@Component