일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- DesignPattern
- Python
- functional programming
- 자바
- javscript
- tcp
- Pattern
- 프로그래머스
- Spring
- exception
- 큐
- 스택
- solid
- lambda calculus
- 겨울카카오인턴
- 백준
- 함수형 프로그래밍
- 디자인패턴
- 파이썬
- Eclipse
- Rails
- Collections
- 람다 칼큘러스
- Java
- Network
- 로버트마틴
- JDBC
- Collection
- JavaScript
- design-pattern
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