|
|
|
|
@ -8,6 +8,8 @@ public static void main(String[] args) {
|
|
|
|
|
ApplicationContext ac = new ClassPathXmlApplicationContext("bean-first.xml");
|
|
|
|
|
System.out.println("Hello Spring!");
|
|
|
|
|
System.out.println("Hello Spring!");
|
|
|
|
|
System.out.println("Hello Spring!");
|
|
|
|
|
System.out.println("Hello Spring!");
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|