blob: 0d979aa9f4f1a00193b49388aac2fdb7cc69f468 [file] [log] [blame]
Ofir Sonsino1cfb0872018-01-31 17:19:00 +02001<?xml version="1.0" encoding="UTF-8"?>
Ittay Sterncb8baa22019-03-11 15:50:07 +02002<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
Ofir Sonsino1cfb0872018-01-31 17:19:00 +02006 http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-4.0.xsd
Ittay Sterncb8baa22019-03-11 15:50:07 +02007
8 http://www.springframework.org/schema/mvc http://www.springframework.org/schema/mvc/spring-mvc.xsd">
Ofir Sonsino1cfb0872018-01-31 17:19:00 +02009
10
11 <context:component-scan
Joanna Jeremicz9c2c7e82018-08-21 13:29:02 +020012 base-package="org.onap.simulator" />
Ittay Sterncb8baa22019-03-11 15:50:07 +020013 <mvc:annotation-driven/>
Ofir Sonsino1cfb0872018-01-31 17:19:00 +020014</beans>