Skip to content

Commit

Permalink
Update 2024-03-24-springboot-컴포넌트스캔과자동의존관계설정.md
Browse files Browse the repository at this point in the history
  • Loading branch information
garusitell committed Mar 24, 2024
1 parent 3a2666f commit 8e32c17
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,4 +119,7 @@ public class MemberService {
원래 코드 application 에 등록된 패키지 밑의 컴포넌트는 다 확인을 해서 스프링빈에 등록되게 된다.)
- 자바 코드로 직접 스프링 빈 등록하기

잠고로 스프링은 컨테이너에 스프링 빈을 등록할 때, 기본으로 싱글톤으로 등록한다.(유일하게 하나만 등록해서 공유한다.) 따라서 같은 스프링 빈이면 모두 같은 인스턴스다. 설정을 싱글톤이 아니게 설정할 수 있지만. 특별한 경우를 제외하면 대부분 싱글톤을 사용한다.
잠고로 스프링은 컨테이너에 스프링 빈을 등록할 때, 기본으로 싱글톤으로 등록한다.(유일하게 하나만 등록해서 공유한다.) 따라서 같은 스프링 빈이면 모두 같은 인스턴스다. 설정을 싱글톤이 아니게 설정할 수 있지만. 특별한 경우를 제외하면 대부분 싱글톤을 사용한다.

음악 리스트:
https://www.youtube.com/watch?v=uQwpyx9-ThY&t=1308s

0 comments on commit 8e32c17

Please sign in to comment.