Remove outdated link in documentation

See gh-22597
This commit is contained in:
lwjli 2019-03-15 16:17:36 +08:00 committed by Stephane Nicoll
parent fcb3957884
commit 31a2b4ef46
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ This chapter covers Spring's Inversion of Control (IoC) container.
== Introduction to the Spring IoC Container and Beans
This chapter covers the Spring Framework implementation of the Inversion of Control
(IoC) principle. (See <<overview.adoc#background-ioc,Inversion of Control>>.) IoC
(IoC) principle. IoC
is also known as dependency injection (DI). It is a process whereby objects define
their dependencies (that is, the other objects they work with) only through constructor
arguments, arguments to a factory method, or properties that are set on the object