美文网首页
spring框架

spring框架

作者: Lanjerry | 来源:发表于2017-07-31 19:56 被阅读0次

    下载地址:
    https://repo.spring.io/webapp/#/artifacts/browse/tree/General/libs-release-local/org/springframework/spring
    http://repo.spring.io/release/org/springframework/spring/4.3.10.RELEASE/

    原理:

    注解:

    1.@Component组件
    spring中提供@Component的三个衍生注解:(功能目前来讲是一致的)
    *@Controller :web层
    *@Service:业务层
    *@Repository:持久层(数据库操作)
    这三个注解为了标注类本身的用途清晰,spring在后续版本会对其增强

    相关文章

      网友评论

          本文标题:spring框架

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