An open API service indexing awesome lists of open source software.

https://github.com/ym1085/spring-data-jpa-study

personal study with spring-data-jpa
https://github.com/ym1085/spring-data-jpa-study

spring-data-jpa

Last synced: 3 months ago
JSON representation

personal study with spring-data-jpa

Awesome Lists containing this project

README

        

# spring-data-jpa-study

## 1. 요약(Summary)

spring-data-jpa를 공부하기 위한 목적으로 만들어진 프로젝트입니다.

## 2. 기술 스펙(Tech spec)

| Tech | Version |
|---------------------|--------|
| **Java** | 1.8 |
| **Spring Boot** | 2.5.9 |
| **Spring-data-jpa** | 2.7.0 |
| **H2** | 2.1.2 |

### 참고 자료

- [[문서] 4.4.2. Query Creation](https://docs.spring.io/spring-data/jpa/docs/current/reference/html/#repositories.query-methods.query-creation)
- [[문서] 4.4.5. Limiting Query Results](https://docs.spring.io/spring-data/jpa/docs/current/reference/html/#repositories.limit-query-result)
- [[문서] 5.1.3 Query Creation](https://docs.spring.io/spring-data/jpa/docs/current/reference/html/#jpa.query-methods.query-creation)
- [[문서] Supported Query Return Types](https://docs.spring.io/spring-data/jpa/docs/current/reference/html/#repository-query-return-types)