Add collaboration feature
[sdc.git] / openecomp-be / api / openecomp-sdc-rest-webapp / onboarding-rest-war / src / main / webapp / WEB-INF / spring-mapper-servlet.xml
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 http://www.springframework.org/schema/beans/spring-beans.xsd">
4
5
6     <bean class="org.springframework.web.servlet.handler.SimpleUrlHandlerMapping">
7         <property name="mappings">
8             <props>
9             </props>
10         </property>
11     </bean>
12
13 </beans>