main方法调用spring中dao service方法
public static void main(String[] args) {
ApplicationContext context = new
ClassPathXmlApplicationContext("ApplicationContext.xml");
System.out.println("aaa");
// ServiceReportService service = (ServiceReportService)context.getBean("serviceReportService");
}
浙公网安备 33010602011771号