Project

General

Profile

« Previous | Next » 

Revision 57645

redis propertySource and component scan correction

View differences:

Config.java
13 13
/**
14 14
 * Created by stefanos on 14/6/2017.
15 15
 */
16
/*
17
@PropertySource(value = { "classpath:eu/dnet/openaire/user/login/redis.properties", "classpath:eu/dnet/openaire/user/login/webapp.properties"} )
18
*/
16
@PropertySource(value = {"classpath:eu/dnetlib/openaire/user/login/springContext-userLoginCore.properties"}, ignoreResourceNotFound=false )
19 17
@Configuration
20 18
@EnableRedisHttpSession
21 19
public class Config {

Also available in: Unified diff