I have spring boot library with main method annotated with @SpringBootApplication. This library contains different protocols such as amqp, http, sftp etc as bean services. I want to use this library as dependency on an external project where user can implement input, output or transformer interface to write their custom logic.
I am unable to scan beans of this external project from my library.