Hi im pretty new to spring boot. I have a spring boot application with controllers, services and dao(say A). Is there any way i can use this application as a dependency such a way that when i run another spring boot application(Say B) with the A as dependency. I must be able to run the controllers,Services and Dao in both A and B. Is this possible? If Possible how to do it?