Project

General

Profile

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" xmlns:p="http://www.springframework.org/schema/p"
4
	xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
5

    
6

    
7
	<bean id="splittedQueryExecutor" class="eu.dnetlib.enabling.tools.SplittedQueryExecutor"
8
		p:serviceLocator-ref="uniqueServiceLocator" />
9
		
10
</beans>
    (1-1/1)