blob: fbef7ef050d6b9e1f5186541829d38d0969fcb98 [file] [log] [blame]
Michael Lando451a3402017-02-19 10:28:42 +02001<?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" xmlns:context="http://www.springframework.org/schema/context"
Michael Lando451a3402017-02-19 10:28:42 +02003 xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd
ys969316a9fce2020-01-19 13:50:02 +02004 http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.0.xsd">
5
Michael Lando451a3402017-02-19 10:28:42 +02006
7 <context:component-scan
8 base-package="
ys969316a9fce2020-01-19 13:50:02 +02009 org.openecomp.sdc.be.dao.impl,
Michael Lando451a3402017-02-19 10:28:42 +020010 org.openecomp.sdc.be.dao.neo4j,
ys969316a9fce2020-01-19 13:50:02 +020011 org.openecomp.sdc.be.dao.janusgraph">
Michael Lando451a3402017-02-19 10:28:42 +020012
13 </context:component-scan>
shrek2000969a4e82019-03-28 16:29:17 +020014 <context:property-placeholder location="classpath:dao.properties" />
Michael Lando451a3402017-02-19 10:28:42 +020015</beans>