美文网首页SpringBoot
Stereotype Annotations 模式注解

Stereotype Annotations 模式注解

作者: 夏目无痕 | 来源:发表于2020-03-22 15:22 被阅读0次

    @Component

    下面这三个都依赖于Component

    @Controller   控制器

    @Service  服务

    @Repository 数据仓储

    @Configuration

    可以理解为一组Component

    相关文章

      网友评论

        本文标题:Stereotype Annotations 模式注解

        本文链接:https://www.haomeiwen.com/subject/jyhvyhtx.html