loading default properties
This commit is contained in:
parent
e21bc5e621
commit
5a5049396a
|
@ -2,8 +2,12 @@ package eu.dnetlib.repo.manager.config;
|
||||||
|
|
||||||
import org.springframework.context.annotation.Configuration;
|
import org.springframework.context.annotation.Configuration;
|
||||||
import org.springframework.context.annotation.ImportResource;
|
import org.springframework.context.annotation.ImportResource;
|
||||||
|
import org.springframework.context.annotation.PropertySource;
|
||||||
|
import org.springframework.context.annotation.PropertySources;
|
||||||
|
|
||||||
@Configuration
|
@Configuration
|
||||||
@ImportResource("classpath*:/gr/uoa/di/driver/app/springContext-commons.xml")
|
@ImportResource("classpath*:/gr/uoa/di/driver/app/springContext-commons.xml")
|
||||||
|
@PropertySource("classpath*:/gr/**/springContext-*.properties")
|
||||||
|
@PropertySource("classpath*:/eu/**/springContext-*.properties")
|
||||||
public class Config {
|
public class Config {
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue