Developing RESTful Java Web Services using Spring boot, This course enables you to quickly get started with Spring boot applications
NEW
Created by Vinod Kumar Kayartaya
English
English [Auto-generated]
PREVIEW THIS COURSE - GET COUPON CODE
What you'll learn
- You will be able to get started with a spring boot application easily
- You will be able to create a Customer Rest Controller
- You will be able to get customers data for our application in SQL
- You will be able to set up H2 database server with customer data
- You will be able to map Customer class to customers table using JPA
- You will be able to get data from DB in our rest controller using Spring Data JPA
- You will be able to get paginated data using our web API
- You will be able to download, install and use Postman for making requests
- You will be able to get customer data based on id using path variable
- You will be able to add new customer using HTTP POST request
- You will be able to update customer data using HTTP PUT request
- You will be able to delete a customer data using HTTP DELETE request
- You will be able to add Swagger for API Documentation
- You will be able to build a distributable bundle for production