Advertisement
Guest User

Untitled

a guest
Jan 4th, 2018
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.02 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <beans xmlns="http://www.springframework.org/schema/beans"
  3.     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4.     xmlns:cxf="http://camel.apache.org/schema/cxf"
  5.     xmlns:jaxws="http://cxf.apache.org/jaxws"
  6.     xmlns:context="http://www.springframework.org/schema/context"
  7.     xsi:schemaLocation="
  8.       http://www.springframework.org/schema/beans
  9.       http://www.springframework.org/schema/beans/spring-beans-3.2.xsd
  10.       http://www.springframework.org/schema/context
  11.       http://www.springframework.org/context/spring-context-3.2.xsd
  12.       http://cxf.apache.org/jaxws
  13.       http://cxf.apache.org/schemas/jaxws.xsd
  14.       http://camel.apache.org/schema/cxf
  15.       http://camel.apache.org/schema/cxf/camel-cxf.xsd
  16.       http://camel.apache.org/schema/spring
  17.       http://camel.apache.org/schema/spring/camel-spring.xsd">
  18.  
  19.     <context:property-placeholder location="classpath:a.properties"/>  
  20.     <context:component-scan base-package="a.b.c" />
  21.     <context:annotation-config />
  22. </beans>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement