2016年5月19日木曜日

Intellijでこんなエラーになりました。Could not autowire. No beans of TestMessagingTemplate type found

新しく定義した「@Component」を使用しようとしたら、Intellijでこんなエラーになりました。

Could not autowire. No beans of TestMessagingTemplate type found


調べたところ、新しく定義したコンポーネントがスキャンできてないが原因でした。

applicationContext.xmlファイルに、component-scanのパケージ場所を追加してあげれば問題を解決できます。
例:

<context:component-scan base-package="com.test.com.framework"/>

0 件のコメント:

コメントを投稿