码迷,mamicode.com
首页 > 编程语言 > 详细

required a bean of type 'org.springframework.jms.core.JmsMessagingTemplate' that could not be found

时间:2020-06-15 21:17:09      阅读:136      评论:0      收藏:0      [点我收藏+]

标签:require   template   frame   读取   span   内容   hat   分析   als   

问题来源
  Spring Boot 项目集成 ActiveMQ。
报错内容
  Description:Field jmsTemplate in XXX required a bean of type ‘org.springframework.jms.core.JmsMessagingTemplate‘ that could not be found.
原因分析
  在配置文件中配置ActiveMQ的时候,某些项,例如spring.activemq.pool.enabled,的值末尾有空格,导致系统读取配置文件信息的时候,读取到了追加了空格的值,而非我们预期的值:
spring.activemq.broker-url=tcp://localhost:61616
spring.activemq.in-memory=true空格
spring.activemq.pool.enabled=false空格

  备注:true和false后面被无意中加上了空格。

required a bean of type 'org.springframework.jms.core.JmsMessagingTemplate' that could not be found

标签:require   template   frame   读取   span   内容   hat   分析   als   

原文地址:https://www.cnblogs.com/east7/p/13137578.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!