springmvc 集成activemq引入activemq-all-5.14.4有冲突

来源:互联网 发布:mac改了用户名进不去 编辑:程序博客网 时间:2024/06/05 08:50

springmvc 4.2.9集成activemq-5.14.4时报错,错误信息如下

NoSuchMethodError: org.springframework.core.annotation.AnnotatedElementUtils.findMergedAnnotationAttributes......

解决方法:移除activemq-all-5.14.4.jar  分别引入要用到的jar即可。本人用到jar如下:

0 0