Package com.lanyuan.service.impl

Examples of com.lanyuan.service.impl.ResourcesServiceImpl


public class ResourcesServiceImplTest {

  @Test
  public void test() {
            ApplicationContext ctx = new ClassPathXmlApplicationContext("spring-*.xml")
            ResourcesServiceImpl bean = (ResourcesServiceImpl)ctx.getBean("resourcesService");
            bean.findAll();
            bean.getById("1");
            bean.getUserResources("1");
  }
View Full Code Here

TOP

Related Classes of com.lanyuan.service.impl.ResourcesServiceImpl

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.