<bean id="userDatabase" class="net.bccn.vlinux.springexample.UserDatabaseImpl" scope="prototype"/>
<bean id="userService" class="net.bccn.vlinux.springexample.UserServiceImpl" scope="singleton">
这个属性值代表什么意思?没学过spring,不过代码基本还可以看懂.
<bean id="userService" class="net.bccn.vlinux.springexample.UserServiceImpl" scope="singleton">
这个属性值代表什么意思?没学过spring,不过代码基本还可以看懂.