Spring Boot course introduction
Introduction of the Spring Boot course. In this spring boot course, you’ll learn how to create a REST API with Spring Boot from start to finish, i.e not just coding but from project set up through to deployment. For this course, we are going to create a REST API that would save, retrieve and delete comments of blog posts. Check out the introduction module for the list of requirements of the API. Following are the modules - Project set up - Design - Implementation with unit testing and integration testing. - Deployment Let’s take a closer look at each module. Project set up --------------- Here I show you two different methods of setting up the project. You could choose to use either one depending on your preference. This module is a part of the free preview, so if you sign up for the free trial you could check this out.