使用ActiveMQ過程中,定義消息生産者: 【ActiveMQ】消息生産者自動注入報錯:Could not autowire. No beans of 'JmsMessagingTemplate' type found 【ActiveMQ】消息生産者自動注入報錯:Could not autowire. No beans of 'JmsMessagingTemplate' type found View Code 但是IDE報錯: 【ActiveMQ】消息生産者自動注入報錯:Could not autowire. No beans of 'JmsMessagingTemplate' type found 啟動編譯,依舊是報錯: 【ActiveMQ】消息生産者自動注入報錯:Could not autowire. No beans of 'JmsMessagingTemplate' type found 解決方式: 因為application.properties中配置ActiveMQ的相關配置後面有空格: 【ActiveMQ】消息生産者自動注入報錯:Could not autowire. No beans of 'JmsMessagingTemplate' type found 把配置後面的空格去掉。儲存,重新編譯。 解決了!!!!