Tags
- postman collection
- Android
- Interaction developer
- 프런트엔드
- solidity
- MFC
- oracle
- c#
- postman tests
- UI/UX Engineer
- postman csv
- Front-end developer
- Intellij
- postman collection variables
- Unity
- postman excel
- Android/iOS Developer
- Java
- postman session
- 좋은 개발자
- emplace_back
- web developer
- 우수한 프런트 개발자
- 다빈치 리졸브
- C++
- LSL_Script
- postman html parse
- postman automations
- postman
- postman pre-request
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
목록cglib (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