Subversion Repositories SmartDukaan

Rev

Rev 21362 | Rev 21730 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 21362 Rev 21643
Line 55... Line 55...
55
		LOGGER.info("creating common multipart resolver bean");
55
		LOGGER.info("creating common multipart resolver bean");
56
		return new CommonsMultipartResolver();
56
		return new CommonsMultipartResolver();
57
	}
57
	}
58
 
58
 
59
	@Bean
59
	@Bean
60
	public PropertySourcesPlaceholderConfigurer propertyConfigurer() {
60
	public PropertySourcesPlaceholderConfigurer propertyConfigurer1() {
61
		String activeProfile;
61
		String activeProfile;
62
 
62
 
63
		PropertySourcesPlaceholderConfigurer propertySourcesPlaceholderConfigurer =  new PropertySourcesPlaceholderConfigurer();
63
		PropertySourcesPlaceholderConfigurer propertySourcesPlaceholderConfigurer =  new PropertySourcesPlaceholderConfigurer();
64
		
64
		
65
		Properties properties = new Properties();
65
		Properties properties = new Properties();