https://github.com/uzeyirdemiral/springboot-crud-dto-validation
A project for building RESTful APIs with Spring Boot. It includes Spring Data JPA for ORM, DTO mappings, request validations using Spring Validation, and entity relationships.
https://github.com/uzeyirdemiral/springboot-crud-dto-validation
crud data-jpa dto entity-relationship java maven postgresql restful-api spring-boot spring-validation
Last synced: 2 months ago
JSON representation
A project for building RESTful APIs with Spring Boot. It includes Spring Data JPA for ORM, DTO mappings, request validations using Spring Validation, and entity relationships.
- Host: GitHub
- URL: https://github.com/uzeyirdemiral/springboot-crud-dto-validation
- Owner: uzeyirdemiral
- Created: 2025-03-24T17:31:35.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-04-06T20:59:59.000Z (about 1 year ago)
- Last Synced: 2025-04-06T22:18:44.364Z (about 1 year ago)
- Topics: crud, data-jpa, dto, entity-relationship, java, maven, postgresql, restful-api, spring-boot, spring-validation
- Language: Java
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# springboot-crud-dto-validation
A project for building RESTful APIs with Spring Boot.
It includes Spring Data JPA for ORM, DTO mappings, request validations using Spring Validation, and entity relationships.
---
## ๐ Features
- โ
RESTful API endpoints
- ๐ฆ Spring Data JPA integration
- ๐งฑ DTO usage for request/response objects
- ๐ Validation with Spring Validation
- ๐ Entity relationships (OneToMany, ManyToOne, etc.)
- ๐งช CRUD operations with clean architecture
---
## ๐ ๏ธ Technologies Used
- Spring Boot
- Spring Data JPA
- Hibernate
- Spring Web
- Spring Validation
- Lombok
- PostgreSQL
- Maven