docs(wiki): fix translation typos in Brief Summary and organize stray files into directories

This commit is contained in:
Antigravity Agent
2026-05-04 15:23:55 +09:00
parent 343107a49f
commit d9b5337388
102 changed files with 157 additions and 152 deletions
@@ -8,7 +8,7 @@ last_reinforced: 2026-05-02
# [[Service-Oriented Architecture (SOA)]]
## 📌 Brief Summary
## 📌 Brief Summary
Service-Oriented Architecture (SOA)는 애플리케이션을 네트워크를 통해 통신하는 서비스들로 구성하는 소프트웨어 아키텍처 스타일입니다 [1]. 각 서비스는 잘 정의된 인터페이스를 갖춘 독립적인 단위로 동작하며, 함께 상호작용하여 더 높은 수준의 기능을 제공합니다 [1]. 과거 모놀리식 구조와 레거시 시스템의 한계를 극복하여 프로젝트 제공 속도를 높이고, 통합 비용을 줄이며 확장성을 향상하기 위한 목적으로 고안되었습니다 [2].
## 📖 Core Content