Create a Responsive REST Controller
7th Feb 2022 by Aneesh Mistry

Create a REST Controller with Spring Boot

Get started with the Spring initializer to build a Spring Boot Web Server. The web server will contain a Controller layer that will store endpoints that we interact with through the browser.

We will register some GET endpoints that will return data to the user, and we will explore how JSON data appears within the browser.

YouTube video link


Share this post