1 Star 0 Fork 156

java 菜鸟 / Spring-Analysis

forked from apple006 / Spring-Analysis 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Readme.md 1.34 KB
一键复制 编辑 原始数据 按行查看 历史
huifer 提交于 2020-11-09 10:08 . :fire:doc: env + PropertyResolver

Scope 阅读路线

  • 本节主要围绕 Scope 接口做展开, 分析 Scope 接口的作用和子类实现的细节. 其涉及到的类如下

    1. org.springframework.beans.factory.config.Scope
    2. org.springframework.web.context.request.AbstractRequestAttributesScope
    3. org.springframework.web.context.request.RequestScope
    4. org.springframework.web.context.request.SessionScope
    5. org.springframework.context.testfixture.SimpleMapScope
    6. org.springframework.web.context.support.ServletContextScope
    7. org.springframework.context.support.SimpleThreadScope
    8. org.springframework.transaction.support.SimpleTransactionScope
    9. org.springframework.messaging.simp.SimpSessionScope
  • Scope 接口比较简单, 主要围绕 Scope 去看每个实现类就好了.

  • Spring-Scope

  • Spring-AbstractRequestAttributesScope

  • Spring-ServletContextScope

  • Spring-SimpleMapScope

  • Spring-SimpleThreadScope

  • Spring-SimpleTransactionScope

  • Spring-SimpSessionScope

Java
1
https://gitee.com/qinliang11/spring-analysis.git
git@gitee.com:qinliang11/spring-analysis.git
qinliang11
spring-analysis
Spring-Analysis
master

搜索帮助