问答详情
源自:2-1 IOC及Bean容器

加载spring.XML配置文件 这快不是吧很清楚


    ClassPathXmlApplicationContext Beanfactory=new ClassPathXmlApplicationContext("spring-ioc.xml");
        /*ApplicationContext ctx = new FileSystemXmlApplicationContext("classpath:spring-ioc.xml");*/
        OneInterface of=(OneInterface) Beanfactory.getBean("oneInterface");
        System.out.println(of.say("我输入的参数"));
    }    一直报错

提问者:小孟大大 2016-02-26 17:26

个回答

  • 奋斗的蚁族
    2016-02-26 22:22:34

     我也觉的  这个方法 有点看不懂,跟我们老师用的不一样