/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
- <?xml version="1.0" encoding="UTF-8"?>
- <beans xmlns="http://www.springframework.org/schema/beans"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xmlns:context="http://www.springframework.org/schema/context"
- xsi:schemaLocation="http://www.springframework.org/schema/beans
- http://www.springframework.org/schema/beans/spring-beans.xsd
- http://www.springframework.org/schema/context
- http://www.springframework.org/schema/context/spring-context.xsd">
- <context:annotation-config/>
- <context:component-scan base-package="org.ala.spatial.services"/>
- <!-- Imports the configurations of the different infrastructure systems of the application -->
- <import resource="file:/data/actions/config/actions-data-config.xml"/>
- <import resource="mvc-config.xml"/>
- </beans>