public static void main(String[] args) {
		ApplicationContext context = new 
				ClassPathXmlApplicationContext("ApplicationContext.xml");
		System.out.println("aaa");
//		ServiceReportService service = (ServiceReportService)context.getBean("serviceReportService");
		
	}

  

相关文章:

  • 2022-12-23
  • 2021-08-21
  • 2022-12-23
  • 2022-12-23
  • 2021-09-18
  • 2022-12-23
  • 2021-09-15
猜你喜欢
  • 2022-12-23
  • 2021-12-22
  • 2022-12-23
  • 2021-11-29
  • 2021-11-29
  • 2022-12-23
  • 2022-01-28
相关资源
相似解决方案