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