LoginSignup
1
1

More than 5 years have passed since last update.

SpringFrameworkの学習記録

Last updated at Posted at 2018-04-19

Spring DI

:mag_right: DI

「依存性の注入」という概念。
インスタンスを生成する際に外部から必要な情報を注入する、という考え方。
:white_check_mark: クラスに用意されている様々な依存性をクラス本体から切り離すことが出来ます。
無題.png

SpringのDIの働き

オブジェクト間の依存性を記述します。クラスを外部に依存しない状態で作成できるので、単一のクラスでテストとして動かすことが出来ます。

Beanの定義

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1