1.多导一个包
2.配置文件
注解=<bean id="userServiceImple"> class=“com.wxd....”/>注解中的依赖注入不需要写set方法
传入名称:
@Component @Scope(value="singleton")
@Controller(value="") 作用在web层
@Service 作用在业务层
@Repository 作用在持久层
找到资源 两种方式1.多导一个包
2.配置文件
注解=<bean id="userServiceImple"> class=“com.wxd....”/>注解中的依赖注入不需要写set方法
传入名称:
@Component @Scope(value="singleton")
@Controller(value="") 作用在web层
@Service 作用在业务层
@Repository 作用在持久层
找到资源 两种方式本文标题:Spring IOC 注解
本文链接:https://www.haomeiwen.com/subject/vtybhftx.html
网友评论