Showing posts with label restful. Show all posts
Showing posts with label restful. Show all posts

Saturday, 3 February 2018

Spring Boot Restful Web Service Tutorial | Tutorial 1 - Introduction

 

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

  1. @RestController
  2. @SpringBootApplication
  3. @RequestMapping
  4. ResponseEntity

Spring Boot JPA

Spring Boot JPA  In 5 Simple Steps Integrate PostgreSQL Database | Tuorial - 4 Hello Friends, Welcome to Spring Boot JPA tutorial...