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