Spring Bean 作用域

<bean id="helloworld" class="com.spring.study.HelloWorld" scope="prototype"> ClassPathXmlApplicationContext context=new ClassPathXmlApplicationContext("bean.xml"); HelloWorld obj=(HelloWorld) contex
相關文章
相關標籤/搜索