Spring Boot 3 - REST API Tutorial
Learn to create REST API using Spring Boot, Spring Data JPA and H2 Database
Mar 2, 20236 min read89

Search for a command to run...
Articles tagged with #rest-api
Learn to create REST API using Spring Boot, Spring Data JPA and H2 Database

This is a continuation of REST API Using Spring Boot - Level 1. In this tutorial, we will see how we can use a Java class as our temporary storage to send and receive actual user data to and from our REST API. Let's get started. Create Custom Data Ty...

In this tutorial, we are going to create a simple REST API using Spring Boot for an imaginary user management application. Our target is to get familiar with the code structure and the annotations. We will create HTTP endpoints and for now, return st...
