0d979aa9f4f1a00193b49388aac2fdb7cc69f468
[vid.git] / vid-ext-services-simulator / src / main / webapp / WEB-INF / rest-servlet.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3   xmlns:context="http://www.springframework.org/schema/context"
4   xmlns:mvc="http://www.springframework.org/schema/mvc"
5   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-4.0.xsd
6         http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-4.0.xsd
7
8           http://www.springframework.org/schema/mvc http://www.springframework.org/schema/mvc/spring-mvc.xsd">
9
10
11     <context:component-scan
12             base-package="org.onap.simulator" />
13     <mvc:annotation-driven/>
14 </beans>