Preface
Spring Data JDBC 프로젝트는 핵심 스프링 컨셉을 Domain-driven design principles에 맞춰 JDBC 데이터베이스를 사용하는 솔루션 개발에 적용합니다. 그래서 우리는 Aggregate 저장 및 쿼리를 위한 high-level 추상화로 "template"을 제공합니다.
이 문서는 Spring Data JDBC 지원을 위한 문서이며, 그 개념과 의미 및 구문을 설명합니다.
이 섹션에서는 몇 가지 기본적인 소개를 제공합니다. 문서의 나머지 부분은 Spring Data JDBC 기능만 언급하고 사용자가 SQL 및 스프링 개념을 잘 알고 있다고 가정합니다.
1. Learning Spring
Spring Data는 다음을 포함한 Spring 프레임워크의 core 기능을 사용합니다.:
2. Requirements
3. Additional Help Resources
- Community Forum
-
=== 4. Following Development
5. Project Metadata
-
Release repository: https://repo.spring.io/libs-release
-
Milestone repository: https://repo.spring.io/libs-milestone
-
Snapshot repository: https://repo.spring.io/libs-snapshot
6. New & Noteworthy
7. Dependencies
8. Working with Spring Data Repositories
Refernece Documentation
9. JDBC Repositories
이 장에서는 JDBC를 지원하기 위한 repository의 전문성에 대해 설명합니다. 이 기능은 Working with Spring Data Repositories에 설명된 코어 레파지토리 지원을 기반으로 합니다. 그러므로 링크에 설명된 기본 개념을 제대로 이해하고 있어야 합니다.