admin管理员组

文章数量:1794759

Consider defining a bean of type ‘org.springframework.jms.core.JmsTemplate‘

Consider defining a bean of type ‘org.springframework.jms.core.JmsTemplate‘

<dependency> <groupId>org.apache.activemq</groupId> <artifactId>activemq-pool</artifactId> </dependency> 在 Spring Boot 中,此错误可能是由于使用了 activemq-pool 引起的,在​spring-boot-starter-parent 2.1 版本中已放弃支持。它被 pooled-jms 取代。 ​ <dependency> <groupId>org.messaginghub</groupId> <artifactId>pooled-jms</artifactId> </dependency>

本文标签: typeorgdefiningbeanCore