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
       xmlns:context="http://www.springframework.org/schema/context"
5
       xmlns:task="http://www.springframework.org/schema/task"
6
       xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-4.0.xsd
7
	http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-4.0.xsd">
8

    
9
    <!--<bean id="validationService" class="eu.dnetlib.repo.manager.service.controllers.ValidatorApiImpl">
10
        <property name="validatorServiceLocator" ref="validatorServiceLocator"/>
11
    </bean>
12

    
13
    <bean id="monitorService" class="eu.dnetlib.repo.manager.service.controllers.MonitorApiImpl">
14
        <property name="validatorServiceLocator" ref="validatorServiceLocator"/>
15
    </bean>-->
16

    
17
    <context:property-placeholder location="classpath*:/application.properties" />
18
</beans>
(1-1/2)