In the previous chapter, you got the big-picture view of full stack web development. You also looked at the fundamentals of Spring Boot and created a HelloWorld REST application using Spring Boot. In this chapter, you will learn about the following:
REST
Building RESTful services
Handling errors in a RESTful API
Now it’s time to develop a more complex RESTful application using Spring Boot. To develop any RESTful service, you must first understand RESTful APIs and know how ...