@ -8,6 +8,5 @@ public static void main(String[] args) {
ApplicationContext ac=new ClassPathXmlApplicationContext("bean-first.xml");//1.初始化Spring容器,加载配置文件
System.out.println("Hello Sping!");
}