Ofir Sonsino | 1cfb087 | 2018-01-31 17:19:00 +0200 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Ittay Stern | cb8baa2 | 2019-03-11 15:50:07 +0200 | [diff] [blame^] | 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 |
Ofir Sonsino | 1cfb087 | 2018-01-31 17:19:00 +0200 | [diff] [blame] | 6 | http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-4.0.xsd |
Ittay Stern | cb8baa2 | 2019-03-11 15:50:07 +0200 | [diff] [blame^] | 7 | |
| 8 | http://www.springframework.org/schema/mvc http://www.springframework.org/schema/mvc/spring-mvc.xsd"> |
Ofir Sonsino | 1cfb087 | 2018-01-31 17:19:00 +0200 | [diff] [blame] | 9 | |
| 10 | |
| 11 | <context:component-scan |
Joanna Jeremicz | 9c2c7e8 | 2018-08-21 13:29:02 +0200 | [diff] [blame] | 12 | base-package="org.onap.simulator" /> |
Ittay Stern | cb8baa2 | 2019-03-11 15:50:07 +0200 | [diff] [blame^] | 13 | <mvc:annotation-driven/> |
Ofir Sonsino | 1cfb087 | 2018-01-31 17:19:00 +0200 | [diff] [blame] | 14 | </beans> |