cd1bc8b7d729ffd04dfb01338c3f80791c1089af
[so.git] / mso-api-handlers / mso-requests-db / src / main / resources / beans.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <beans xmlns="http://www.springframework.org/schema/beans"
3   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4   xmlns:jpa="http://www.springframework.org/schema/data/jpa"
5   xsi:schemaLocation="http://www.springframework.org/schema/beans
6     http://www.springframework.org/schema/beans/spring-beans.xsd
7     http://www.springframework.org/schema/data/jpa
8     http://www.springframework.org/schema/data/jpa/spring-jpa.xsd">
9
10   <jpa:repositories base-package="org.onap.so.db.request.data.repository" />
11
12 </beans>