blob: 43f7ca354d04e73a96dc2b1467ebe1b9af17d359 [file] [log] [blame]
Michael Lando451a3402017-02-19 10:28:42 +02001<?xml version="1.0" encoding="UTF-8"?>
Michael Lando5b593492018-07-29 16:13:45 +03002<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:aop="http://www.springframework.org/schema/aop"
5 xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsd
Michael Lando451a3402017-02-19 10:28:42 +02006 http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.1.xsd
Michael Lando5b593492018-07-29 16:13:45 +03007 http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-3.0.xsd">
Michael Lando451a3402017-02-19 10:28:42 +02008
9 <context:annotation-config />
10 <aop:aspectj-autoproxy proxy-target-class="true" />
11
12 <context:component-scan
13 base-package="org.openecomp.sdnc.catalog.backend.dao,
14 org.elasticsearch.mapping,
15 org.openecomp.sdnc.catalog.backend.artifacts">
16
17 </context:component-scan>
18
19
20
21 <!-- <bean id="validator" class="org.springframework.validation.beanvalidation.LocalValidatorFactoryBean" /> -->
22</beans>