Tags
- oracle
- postman collection
- 프런트엔드
- c#
- Android/iOS Developer
- Unity
- UI/UX Engineer
- C++
- Front-end developer
- postman collection variables
- postman
- MFC
- solidity
- postman html parse
- postman session
- emplace_back
- Android
- Intellij
- Java
- postman pre-request
- web developer
- postman automations
- postman csv
- Interaction developer
- 다빈치 리졸브
- postman excel
- 좋은 개발자
- postman tests
- LSL_Script
- 우수한 프런트 개발자
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Archives
- Today
- Total
목록dependency injection (1)
david's daily developer note
[BE] Spring - DI (Dependency Injection)
Spring DI (Dependency Injection) Spring Container는 Bean이라고 부르는 자바 객체의 생명 주기를 자동으로 관리한다. Spring Container는 객체 인스턴스를 싱글톤으로 관리되지만, 내부적으로 CGLIB 방식으로 오버라이딩되어, 다른 목적으로 사용되는 같은 타입의 인스턴스를 알아서 관리해준다. 일단 싱글톤 관리는 GC로 발생하는 오버헤드를 줄일 수 있다는 장점이 있다. https://docs.spring.io/spring-framework/docs/current/reference/html/index.html Spring Container가 객체간 의존 관계를 자동으로 연결하는 것을DI (Dependency Injection), 의존성 주입이라고 한다. pub..
[Develop] Web/Back-end
2022. 6. 27. 01:59