Spring中原型bean的创建,就是原型模式的应用
代码分析+Debug源码
beans.xml
<bean id="id01" class="com.atguigu.spring.bean.Monster" scope="prototype"/>