同じ名前のBeanが2つあるが、パッケージが異なるアプリケーションがあります。どのBeanを使用するかを決定できないため、Springアプリケーションが失敗します。これに対する解決策はありますか?Beanは現在、特定のインターフェースを実装していません。
以下の例外の編集例を参照してください。
Caused by:
org.springframework.context.annotation.ConflictingBeanDefinitionException:
Annotation-specified bean name 'dataTransferHandler' for bean class
[aaaaa.ws.handler.DataTransferHandler] conflicts with existing,
non-compatible bean definition of same name and class
[bbbbb.ws.handler.DataTransferHandler]