반응형
스프링 어플리케이션에서 빈을 등록하는 방식은 두가지.
1. 환경설정 클래스에서 직접 빈으로 등록
2. 플래그로 표시해서 스프링이 컴포넌트 탐색을 통해 자동으로 빈을 찾아내고 등록
어플리케이션이 실행되면 모든 빈은 어플리케이션 컨텍스트에 등록된다.
https://doohong.github.io/2019/01/09/Spring-bean/
반응형
'개발 > springboot 게시판 만들기' 카테고리의 다른 글
[spring boot] jsp 사용하기 (0) | 2020.06.27 |
---|---|
[springboot 게시판만들기] 2. Hello World 화면출력 (0) | 2020.06.27 |
[spring boot] Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured. (0) | 2020.06.27 |
[springboot 게시판만들기] 1. 프로젝트 생성 (0) | 2020.06.26 |