Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Tip
title참고

빈 정의 프로퍼티에 대해서는 아래 소스를 참고하자.

빈 정의

프로퍼티설명
class빈으로 만들 클래스
name식별자
scope빈의 범위
constructor arguments종속성 주입(생성자)
properties종속성 주입(Setter)
autowiring mode종속성 주입(자동주입)
lazy-initialization mode빈 생성을 늦춤(시작시가 아닌 첫 호출시)
initialization method빈이 생성되었을 때 호출하는 콜백 메서드
destruction method빈이 소멸되었을 때 호출하는 콜백 메서드


...

Anchor
comment_01
comment_01
[1] ^ http://docs.spring.io/spring/docs/current/spring-framework-reference/html/beans.html#beans-introduction