Project

General

Profile

« Previous | Next » 

Revision 49770

1. Logger messages.
2. Change configuration for application properties file

View differences:

spring-servlet.xml
9 9
		http://www.springframework.org/schema/task http://www.springframework.org/schema/task/spring-task.xsd
10 10
		http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd">
11 11

  
12
    <context:property-placeholder location="classpath*:/application.properties"/>
12
    <context:property-placeholder location="classpath*:/eu/**/application.properties" />
13 13
    <context:annotation-config/>
14 14
    <context:component-scan base-package="eu.dnetlib.repo.manager.service.controllers"/>
15 15
    <mvc:annotation-driven/>

Also available in: Unified diff