spring常用注解

  


    @Component  :相当于创建一个bean

    @Service: 写在service实现类中中相当于conponent

    @Repository{

          都一样

    @Controller  }

 

    @Resource  :java提供的    ,默认按照byName

    @AutoWire  spring的      默认按照byType

posted @ 2019-10-30 23:09  konge!  阅读(82)  评论(0编辑  收藏  举报