applicationContext-plugin.xml 905 B

1234567891011121314151617181920
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <beans xmlns="http://www.springframework.org/schema/beans"
  3. xmlns:amq="http://activemq.apache.org/schema/core" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4. xmlns:jaxws="http://cxf.apache.org/jaxws" xmlns:cxf="http://cxf.apache.org/core"
  5. xmlns:cache="http://www.springframework.org/schema/cache"
  6. xsi:schemaLocation="
  7. http://www.springframework.org/schema/beans
  8. http://www.springframework.org/schema/beans/spring-beans.xsd
  9. http://activemq.apache.org/schema/core
  10. http://activemq.apache.org/schema/core/activemq-core.xsd
  11. http://www.springframework.org/schema/cache
  12. http://www.springframework.org/schema/cache/spring-cache.xsd
  13. http://cxf.apache.org/jaxws
  14. http://cxf.apache.org/schemas/jaxws.xsd
  15. http://cxf.apache.org/core
  16. http://cxf.apache.org/schemas/core.xsd">
  17. <cache:annotation-driven cache-manager="cacheManager" />
  18. </beans>