5a32dd432adb3cc8ecc832d3d0cde2acb6deb749
[sdc.git] /
1 <beans xmlns="http://www.springframework.org/schema/beans"
2        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3        xsi:schemaLocation="http://www.springframework.org/schema/beans
4        http://www.springframework.org/schema/beans/spring-beans.xsd">
5
6
7     <bean class="org.springframework.web.servlet.handler.SimpleUrlHandlerMapping">
8         <property name="mappings">
9             <props/>
10         </property>
11     </bean>
12
13 </beans>