@Component와 @Bean의 차이
@Component (@Controller, @Service, @Repository 등)는 클래스위에 표시하여 해당 클래스가 '컴포넌트'임을 나타내고, 애너테이션 설정과 클래스패스 스캐닝시에 자동으로 감지 대상으로 간주합니다. Indicates that an annotated class is a "component". Such classes are considered as candidates for auto-detection when using annotation-based configuration and classpath scanning. ... 생략 (출처: javadoc) @Bean은 메소드위에 표시하고 해당 메소드가 스프링 컨테이너에 의해 관리되는 빈을 생성한다는 것을 나타냅니다. 어노테이션 설정..
SpringBoot
2019. 9. 26. 13:57
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- spring boot application
- gRPC
- @ManyToOne
- 함께 자라기
- JPA
- leetcode
- Spring Boot JPA
- 알고리즘
- 헥사고날 아키텍처
- proto3
- 스프링 부트 회원 가입
- QueryDSL
- 스프링 부트 튜토리얼
- spring boot jwt
- Spring Data JPA
- intellij
- Spring Boot
- Linux
- Spring Boot Tutorial
- 스프링 데이터 jpa
- 클린 아키텍처
- 함께 자라기 후기
- JSON
- Java
- 스프링 부트 애플리케이션
- r
- 스프링부트
- Jackson
- 스프링 부트
- spring boot app
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
글 보관함