@ImportResource("classpath:/push-server/push-server-spring.xml")
public class CpSpringConfig {
@Bean
public CouchPropertyPlaceholderConfigurer couchPropertyPlaceholderConfigurer() throws Exception {
return new CouchPropertyPlaceholderConfigurer("cosmic-push");
}