blob: 5576dad4f4c98f8539abd71877f30b268fbba61e [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"
Ittay Stern97d9f662019-07-08 18:35:07 +03003 xmlns:context="http://www.springframework.org/schema/context"
4 xmlns:aop="http://www.springframework.org/schema/aop" xmlns:util="http://www.springframework.org/schema/util"
5 xmlns:mvc="http://www.springframework.org/schema/mvc"
6 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 +02007 http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-4.0.xsd
Ittay Stern97d9f662019-07-08 18:35:07 +03008 http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-4.0.xsd
9 http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-4.0.xsd http://www.springframework.org/schema/mvc http://www.springframework.org/schema/mvc/spring-mvc.xsd">
Ofir Sonsino1cfb0872018-01-31 17:19:00 +020010
11
12 <context:component-scan
Joanna Jeremicz9c2c7e82018-08-21 13:29:02 +020013 base-package="org.onap.simulator" />
Ittay Sterncb8baa22019-03-11 15:50:07 +020014 <mvc:annotation-driven/>
Ofir Sonsino1cfb0872018-01-31 17:19:00 +020015</beans>