/actions/src/main/webapp/WEB-INF/spring/app-config.xml

http://alageospatialportal.googlecode.com/ · XML · 17 lines · 13 code · 3 blank · 1 comment · 0 complexity · db6bacb8a03ea30e588a5c336c56f103 MD5 · raw file

  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:context="http://www.springframework.org/schema/context"
  5. xsi:schemaLocation="http://www.springframework.org/schema/beans
  6. http://www.springframework.org/schema/beans/spring-beans.xsd
  7. http://www.springframework.org/schema/context
  8. http://www.springframework.org/schema/context/spring-context.xsd">
  9. <context:annotation-config/>
  10. <context:component-scan base-package="org.ala.spatial.services"/>
  11. <!-- Imports the configurations of the different infrastructure systems of the application -->
  12. <import resource="file:/data/actions/config/actions-data-config.xml"/>
  13. <import resource="mvc-config.xml"/>
  14. </beans>