I am trying to autowire a bean created in spring boot jar in my spring application and when i try to run the app that bean throws error as bean not found. Now since we do not have ComponentScan in spring application, is there any way we can create a bean from spring boot app in classic spring app.