Suppose i have a Maven Project A and Project B, and project B i am adding it as as a jar in Project A when i try to run Project A it gives me the error "bean name "xyz" conflicts with existing, non-compatible bean definition of same name and class"
So anyone has solution to this to ignore the bean "xyz" of Project B and run only "xyz" bean of Project A or is there any annotation or something like that?