https://github.com/pdrum/spring-simeple-crud
https://github.com/pdrum/spring-simeple-crud
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/pdrum/spring-simeple-crud
- Owner: pdrum
- Created: 2022-11-12T15:36:02.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-12T15:43:26.000Z (over 3 years ago)
- Last Synced: 2025-01-28T11:49:05.540Z (over 1 year ago)
- Language: Java
- Size: 59.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
CRUD application with Spring, the simple way
---------------------------------------------
This repository accompanies [this YouTube video](https://youtu.be/QpwpyHFKYaA) to
show how we can use `spring-boot-starter-data-rest` to create CRUD REST APIs
with very few lines of code.