My very basic spring application stopped working and I can\'t understand what\'s happened. pom.xml:
You have to call ctx.refresh() before you can call ctx.getBean(HelloWorld.class);
ctx.refresh()
ctx.getBean(HelloWorld.class);