Package org.crazyyak.dev.couchace.spring

Examples of org.crazyyak.dev.couchace.spring.CouchPropertyPlaceholderConfigurer


@ImportResource("classpath:/push-server/push-server-spring.xml")
public class CpSpringConfig {

  @Bean
  public CouchPropertyPlaceholderConfigurer couchPropertyPlaceholderConfigurer() throws Exception {
    return new CouchPropertyPlaceholderConfigurer("cosmic-push");
  }
View Full Code Here

TOP

Related Classes of org.crazyyak.dev.couchace.spring.CouchPropertyPlaceholderConfigurer

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.