Delete 'src/com/ssm/first/TestFirst.java'

main
pq54ntls9 5 months ago
parent 6031156547
commit 7abfed3b97

@ -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");
}
}
Loading…
Cancel
Save