1516171819202122
static ApplicationContext ctx; public static void main(String[] args) { configure(); OfertaBO ofertaBO = (OfertaBO) ctx.getBean("ofertaBO"); ofertaBO.findAll(); }