docs: finalized wiki integrity maintenance (v3.0 standard) - pruned 1400+ stubs and fixed 11k+ ghost links
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
---
|
||||
id: P-REINFORCE-AUTO-C45BD6
|
||||
category: "[[10_Wiki/💡 Topics/Graphics & Performance]]"
|
||||
category: "10_Wiki/💡 Topics/Graphics & Performance"
|
||||
confidence_score: 0.90
|
||||
tags: [auto-reinforced]
|
||||
last_reinforced: 2026-04-20
|
||||
github_commit: "[P-Reinforce] Continuous Worker - Spring Framework"
|
||||
---
|
||||
|
||||
# [[Spring Framework]]
|
||||
# [[Spring Framework|Spring Framework]]
|
||||
|
||||
## 📌 한 줄 통찰 (The Karpathy Summary)
|
||||
> Spring Framework는 자바(Java) 환경에서 사용되는 프레임워크로, 주로 내장된 DI(의존성 주입) 컨테이너를 통해 컴포넌트 간의 결합도를 낮추는 역할을 합니다 [1]. 또한 런타임 시점에 적용되는 Spring AOP를 지원하여 트랜잭션 관리 및 캐시 처리와 같은 횡단 관심사의 모듈화를 돕습니다 [2, 3]. 다만 제공된 문헌에는 Spring Framework의 전반적인 아키텍처나 생태계 전반을 다루는 내용이 없어, 소스에 관련 정보가 부족합니다.
|
||||
@@ -28,11 +28,11 @@ github_commit: "[P-Reinforce] Continuous Worker - Spring Framework"
|
||||
- **정책 변화:** Graphics & Performance 분야의 자동 자산화 수행.
|
||||
|
||||
## 🔗 지식 연결 (Graph)
|
||||
- **Related Topics:** [[Dependency Injection (DI)]], [[Aspect-Oriented Programming (AOP)]]
|
||||
- **Projects/Contexts:** [[SOLID Principles]], [[객체 지향 프로그래밍 (OOP)]]
|
||||
- **Related Topics:** [[Dependency Injection (DI)|Dependency Injection (DI)]], Aspect-Oriented Programming (AOP)
|
||||
- **Projects/Contexts:** [[SOLID Principles|SOLID Principles]], [[객체 지향 프로그래밍 (OOP)|객체 지향 프로그래밍 (OOP)]]
|
||||
- **Contradictions/Notes:** 소스에 따르면 Spring AOP는 런타임에 적용되어 유용한 모듈화를 제공하지만, 오직 메서드 실행 시점의 조인 포인트만 지원하는 한계가 있어 더 정밀한 제어를 원할 경우 AspectJ 사용이 권장됩니다 [4, 5].
|
||||
|
||||
---
|
||||
*Last updated: 2026-04-18*
|
||||
- Raw Source: [[00_Raw/2026-04-20/Spring Framework.md]]
|
||||
- Raw Source: 00_Raw/2026-04-20/Spring Framework.md
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user