인프런 커뮤니티 질문&답변

치타의Life님의 프로필 이미지
치타의Life

작성한 질문수

스프링 핵심 원리 - 기본편

빈 생명주기 콜백에서

작성

·

260

0

초기화메서드를 (@postConstruct)사용하는 이유가 뭔가요??

답변 1

0

안녕하세요. 치타의Life님, 공식 서포터즈 David입니다.

.

@PostConstruct를 사용하는 이유는 의존관계 주입이 모두 끝난 다음 어떤 초기화 작업을 하기 위해서 입니다.
https://docs.oracle.com/javaee/7/api/javax/annotation/PostConstruct.html#:~:text=The%20PostConstruct%20annotation%20is%20used,classes%20that%20support%20dependency%20injection.

 

자세히 정리해둔 블로그가 있어 공유합니다.

https://velog.io/@hellozin/%EC%8A%A4%ED%94%84%EB%A7%81-%EB%B9%88%EC%9D%98-%EC%83%9D%EC%84%B1%EC%9E%90-afterPropertiesSet-PostConstruct

.
감사합니다.

치타의Life님의 프로필 이미지
치타의Life

작성한 질문수

질문하기