增加一个输出语句

main
18327 2 weeks ago
parent 0658ece873
commit 0c91358ceb

@ -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!");
}

Loading…
Cancel
Save