Advertisement
Guest User

Untitled

a guest
Mar 24th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. <import resource="ws-applicationContext.xml"/>
  2.  
  3. <import resource="soap-applicationContext.xml"/>
  4.  
  5. <import resource="my-common-applicationContext.xml"/>
  6.  
  7. <context:annotation-config/>
  8. <context:component-scan base-package="com.xyz.myproject1"/>
  9.  
  10. <import resource="my-common-applicationContext.xml"/>
  11.  
  12. <context:annotation-config/>
  13. <context:component-scan base-package="com.xyz.myproject2"/>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement