parent
ab1cb9ba3e
commit
29d017dcf1
@ -1,11 +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 context = new ClassPathXmlApplicationContext("bean-ioc.xml");
|
||||
System.out.println("Hello Spring!");
|
||||
}
|
||||
}
|
||||
Loading…
Reference in new issue