框架注解
//@Component(“user”)
//@Service(“user”) //service层
//@Controller(“user”) //web层
@Repository(“user”) //dao层
//指定对象的作用范围
@Scope(scopeName=“prototype”)
框架注解
//@Component(“user”)
//@Service(“user”) //service层
//@Controller(“user”) //web层
@Repository(“user”) //dao层
//指定对象的作用范围
@Scope(scopeName=“prototype”)