13141516171819202122
ApplicationContext ctx = new ClassPathXmlApplicationContext("app-context.xml"); HelloWorld helloWorldBean = ctx.getBean("helloWorldBean", HelloWorld.class); helloWorldBean.saudar(); } }