diff --git a/src/com/ssm/first/TestFirst.java b/src/com/ssm/first/TestFirst.java deleted file mode 100644 index e4719d1..0000000 --- a/src/com/ssm/first/TestFirst.java +++ /dev/null @@ -1,16 +0,0 @@ -package com.ssm.first; - - -import org.springframework.context.ApplicationContext; -import org.springframework.context.support.ClassPathXmlApplicationContext; - -public class TestFirst { -public static void main(String[] args) { - ApplicationContext ac=new ClassPathXmlApplicationContext("bean-first.xml"); - System.out.print("Hello and welcome!"); - System.out.print("Hello and welcome! hjb"); - System.out.print("Hello and welcome! yuleyuan"); - System.out.print("Hello and welcome! lvk"); - System.out.print("Hello and welcome! yq"); - } -}