Add collaboration feature
[sdc.git] / openecomp-be / api / openecomp-sdc-rest-webapp / notifications-fe / 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     <bean class="org.springframework.web.servlet.handler.SimpleUrlHandlerMapping">
6         <property name="mappings">
7             <props>
8             </props>
9         </property>
10     </bean>
11
12 </beans>