/actions/src/main/webapp/WEB-INF/spring/app-config.xml
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 10 <context:annotation-config/> 11 <context:component-scan base-package="org.ala.spatial.services"/> 12 13 <!-- Imports the configurations of the different infrastructure systems of the application --> 14 <import resource="file:/data/actions/config/actions-data-config.xml"/> 15 <import resource="mvc-config.xml"/> 16 17</beans>