일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 큐
- tcp
- 파이썬
- 프로그래머스
- Collection
- DesignPattern
- Python
- 백준
- 스택
- 함수형 프로그래밍
- Java
- 로버트마틴
- Collections
- 겨울카카오인턴
- Eclipse
- 람다 칼큘러스
- Spring
- 자바
- JavaScript
- lambda calculus
- Pattern
- JDBC
- 디자인패턴
- exception
- design-pattern
- solid
- Network
- functional programming
- Rails
- javscript
Archives
- Today
- Total
목록field injection (1)
개발자 노트
[Spring] Field Injection에 의한 순환 참조 오류
Spring Field Injection에 의한 순환 참조 오류 참고자료 edwith 도비양말 리뷰어님 https://www.mimul.com/blog/di-constructor-injection/ (DI가 필요한 이유) https://madplay.github.io/post/why-constructor-injection-is-better-than-field-injection (생성자 주입을 필드주입 보다 권장하는 이유) https://d2.naver.com/helloworld/1230 (JVM Internal) 개요 edwith 강의에서 필드 주입을 하는 방식으로 DI를 구현하여 프로젝트 제출시 Field Injection을 하여 제출하였습니다. 하지만 리뷰어님께서 Constructor Injectio..
Web
2020. 6. 1. 23:24