Springboot- basic Rest API service
two dependencies have been added , one SPRING WEB for creating rest web app and H2 DB for creating in memory DB, which is needed for our tutorial. 2. click on generate button and download the zip. 3. unzip it to folder and open with any IDE like Intellij , VS code etc. 4. create …