There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
This is a very basic project for beginners to learn about Spring Boot CRUD operations using REST-API and H2 embedded database. We all know about CRUD operation is the combination of Create (SAVE), Read (GET), Update (PUT) and Delete (DELETE). Some of us do not know about H2 Database but we all know about MySQL or PostgreSQL database. Let's learn about H2!