beans.xml 311 B

123456789
  1. <?xml version="1.0" encoding="GB2312"?>
  2. <plugin version="1.0" id="gov.common">
  3. <beans>
  4. <bean id="IGovExtAttributeMgr" class="com.trs.gov.common.GovExtAttributeMgr" singleton="true"/>
  5. <bean id="GovMQClient" class="com.trs.gov.common.mq.GovMQClient" singleton="true"/>
  6. </beans>
  7. </plugin>