
Spring官方文档
文章平均质量分 61
_Mr. White
这个作者很懒,什么都没留下…
展开
-
1.2. Container Overview
The org.springframework.context.ApplicationContext interface represents the Spring IoC container and is responsible for instantiating, configuring, and assembling the beans. ApplicationContext接口作为Spring IoC容器的体现, 负责实例化,配置和组装所有的bean对象The container gets it翻译 2021-07-08 21:41:43 · 208 阅读 · 0 评论 -
1.1. Introduction to the Spring IoC Container and Beans
This chapter covers the Spring Framework implementation of the Inversion of Control (IoC) principle. (See Inversion of Control.)这一章节介绍Spring框架关于IoC的实现IoC is also known as dependency injection (DI). IoC也称为依赖注入(DI) 译者注: 感觉通过依赖注入的方式实现IoC更加贴切It is a proc翻译 2021-07-08 21:29:35 · 199 阅读 · 0 评论 -
1. The IoC Container
This chapter covers Spring’s Inversion of Control (IoC) container.这一章节介绍Spring的IoC容器1.1. Introduction to the Spring IoC Container and Beans1.2. Container Overview1.3. Bean Overview1.4. Dependencies1.5. Bean Scopes1.6. Customizing the Nature o翻译 2021-07-08 21:27:36 · 193 阅读 · 0 评论 -
Core Technologies
This part of the reference documentation covers all the technologies that are absolutely integral to the Spring Framework. core这一部分的参考文档, 完全涵盖了Spring框架必不可少的技术.Foremost amongst these is the Spring Framework’s Inversion of Control (IoC) container.在这些技术翻译 2021-07-08 21:25:11 · 227 阅读 · 0 评论 -
Spring官方文档中文翻译
准备做个Spring官方文档全翻译专栏以下是大目录, 本翻译是基于Spring5Core Technologies原创 2021-07-08 21:23:02 · 267 阅读 · 0 评论