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