In this module, we will cover the fundamental concepts of implement Web services using Spring REST framework. We will cover the concept of implementing web services that conform to the REST architectural style. We will build a service that accept HTTP GET, PUT, POST and DELETE requests and respond with a JSON representation of a greeting.
Learning Objectives
understand how to pass parameters to a REST controller
understand how to implement exception handling for REST controllers
be able to develop a RESTFull Web Services
#WebDevelopment#SpringBoot#