|
|
|
|
@ -10,7 +10,7 @@ public class TestFirst {
|
|
|
|
|
|
|
|
|
|
//2.控制台直接输出"Hello Spring!"
|
|
|
|
|
ApplicationContext ac=new ClassPathXmlApplicationContext("bean-first.xml");
|
|
|
|
|
System.out.printf("Hello Spring! ");;
|
|
|
|
|
System.out.printf("Hello Spring! ");
|
|
|
|
|
// 测试修改,刷新Git文件列表
|
|
|
|
|
/********** End **********/
|
|
|
|
|
}
|
|
|
|
|
|