Skip to content

Commit

Permalink
添加半个遗漏的括号
Browse files Browse the repository at this point in the history
  • Loading branch information
EchoHou2000 committed Jan 6, 2023
1 parent cf7bc57 commit 610773f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/springboot/ioc.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Spring 全家桶中最重要的几个项目都是基于 Spring Framework 的,

等下,`bean` 又是什么?

Bean 其实就是包装了的 Object,无论是控制反转还是依赖注入,它们的主语都是 object,而 bean 就是由第三方包装好了的 object(想一下别人送礼物给你的时候都是要包装一下的,自己造的就免了。
Bean 其实就是包装了的 Object,无论是控制反转还是依赖注入,它们的主语都是 object,而 bean 就是由第三方包装好了的 object(想一下别人送礼物给你的时候都是要包装一下的,自己造的就免了

Bean 是 Spring 的主角,有种说法叫 Spring 就是面向 bean 的编程(Bean Oriented Programming, BOP)。

Expand Down

0 comments on commit 610773f

Please sign in to comment.