@ -6,7 +6,7 @@ import org.springframework.context.support.ClassPathXmlApplicationContext;
public class TestFirst {
public static void main(String[] args) {
//1.初始化Spring容器,加载配置文件
ApplicationContext ac=new ClassPathXmlApplicationContext("123.xml");
System.out.println("Hello and welcome!");
}