Package com.lanyuan.service.impl

Examples of com.lanyuan.service.impl.ResourcesServiceImpl.findAll()


  @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
Copyright © 2018 www.massapi.com. 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.