为了账号安全,请及时绑定邮箱和手机立即绑定

问题问题问题

为啥我这个@Resource(name="queueDestination")报错呢?

正在回答

2 回答

添加beans文件头:xmlns:context、xml:schemaLocation、标签。
<beans
  xmlns="http://www.springframework.org/schema/beans"
  xmlns:amq="http://activemq.apache.org/schema/core"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xmlns:context="http://www.springframework.org/schema/context"
  xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
  http://activemq.apache.org/schema/core http://activemq.apache.org/schema/core/activemq-core.xsd
  http://camel.apache.org/schema/spring http://camel.apache.org/schema/spring/camel-spring.xsd
  http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-2.5.xsd">
  
  <context:annotation-config />
0 回复 有任何疑惑可以回复我~

看路径看名字

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

问题问题问题

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信