filmov
tv
Build Spring Boot REST API | GET and POST Methods | Chapter #3

Показать описание
In this tutorial, we will learn how to create REST API using spring boot. We will create two endpoints. One GET endpoint for getting all the employee objects from the server and one POST endpoint for accepting new employees that need to be saved.
For creating a GET endpoint, we will use @GetMapping annotation. Within the annotation, we will give the URL we would like to have for the endpoint. Similarly, for creating a POST endpoint, we will use @PostMapping annotation.
Once the endpoints are created, we will test them using the Postman tool.
Tags: #Java #SpringBoot
Introduction: (0:00)
Create new Rest Controller class: (1:33)
Create GET endpoint: (4:04)
Test GET endpoint with Postman: (8:55)
Create POST endpoint: (11:46)
Test POST endpoint with Postman: (14:00)
Improve POST endpoint by returning Employee object: (17:34)
For creating a GET endpoint, we will use @GetMapping annotation. Within the annotation, we will give the URL we would like to have for the endpoint. Similarly, for creating a POST endpoint, we will use @PostMapping annotation.
Once the endpoints are created, we will test them using the Postman tool.
Tags: #Java #SpringBoot
Introduction: (0:00)
Create new Rest Controller class: (1:33)
Create GET endpoint: (4:04)
Test GET endpoint with Postman: (8:55)
Create POST endpoint: (11:46)
Test POST endpoint with Postman: (14:00)
Improve POST endpoint by returning Employee object: (17:34)
How to create an REST API in Spring boot using Java
Building REST APIs with Spring Boot
Spring Boot Project: Build a REST API for an E-commerce Platform
Create your FIRST CRUD RESTful API - Java, MySQL, Springboot, JPA, & Maven
Advanced Spring Boot Restful APIs Tutorial: Build a Full Spring Boot Web App
Spring Boot REST Service: How to build a REST API in Java
Spring Boot Tutorial – Build Your First REST API in 15 Minutes (Beginner Guide)
Top 10 Spring Boot REST API Best Practices You MUST Know
Spring Boot REST API | Add/Update Category + Full Post CRUD | MySQL + Postman | TutorialRays | Umar
What is Spring-Boot Framework? (explained from scratch)
Creating REST API using Spring Boot in Hindi | A Step-by-Step Tutorial
Building Simple Spring Boot REST API in 3 Minutes | Eclipse | Quick Beginner Guide
Learn SpringBoot in 10 minutes | SpringBoot REST API Tutorial
6 Common Ways to Build APIs
Spring Boot Application Architecture
Create REST API and Document REST API in Spring Boot #springboot #java #restapi
Spring Boot REST API Project Course | Build 2 Spring Boot REAL-TIME REST API Projects in 3 Hours
Build REST APIs in Spring Boot as a Complete Beginner | 2 Hrs Crash Course | Bootcamp
🍃 Spring Boot - Building RESTful Web Service 🚀 - Tutorial for Beginners
The ULTIMATE Guide to Spring Boot: Spring Boot for Beginners
Spring Boot Tutorial - Build a Rest Api with MongoDB
Java Spring Boot Complete Project | Build Spring Boot REAL-TIME REST APIs for Banking App
Building Simple Spring Boot REST API | IntelliJ IDEA | Quick Beginner Guide.
Everything you need to learn Java and Spring Boot
Комментарии