Spring Boot 3 - REST API Tutorial
Introduction
In this tutorial, we are going to create a REST API using Spring Boot and H2 database.
What is an H2 database?
H2 database is a lightweight and fast relational database management system that is written in Java. It can be embedded in Jav...
souvikdas.hashnode.dev6 min read