Spring Boot Restful Web Service Tutorial - Introduction
In this session we will cover following:
- Implementing GET Request for Accounts Restful Web Service
- Discuss annotations & entity
Implementation
Application Class
Controller Class
Annotation & Entity
- @RestController
- @SpringBootApplication
- @RequestMapping
- ResponseEntity