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
- Host: GitHub
- URL: https://github.com/ym1085/spring-data-jpa-study
- Owner: ym1085
- Created: 2022-06-05T08:17:52.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-02T07:06:43.000Z (almost 3 years ago)
- Last Synced: 2025-01-22T18:12:04.250Z (4 months ago)
- Topics: spring-data-jpa
- Language: Java
- Homepage:
- Size: 126 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)