SpringBoot REST API CRUD Operations using Spring Data JPA | Postman | MySql #springboottutorial

Опубликовано: 10 Сентябрь 2023
на канале: SJ Programming Solutions
72k
1k

Hello All,

In this video we have created SpringBoot project and created some rest end points to perform CRUD operations.

Git URL for source code :

Rest end points :

Get All students : localhost:8080/students
Get student based on rollNo : localhost:8080/student/1
Create Student : localhost : localhost:8080/student/add
Update the student details : localhost:8080/student/update/2
Delete student based on id : localhost:8080/student/delete/1

This are the dependecies added in the pom.xml file :

Spring data JPA
Mysql connector
devtools
Spring web


How to develop REST CRUD API using Spring Boot?
What is the CRUD operation in spring REST?
What are the CRUD methods in REST API?
How to write simple REST API in Spring Boot?
How do I create a CRUD app in spring boot?
How to create API for CRUD operations?


00:00:00 How to create spring boot project in STS
00:07:41 How to create schema in MySQLWorkbench
00:08:40 Create student Entity
00:15:52 How to connect springboot application to MySQL database
00:23:14 Create Student Controller
00:25:28 How to create Student Repository
00:30:18 Get all students rest end point
00:34:20 Test Get request in postman
00:35:56 what is annotation
00:39:50 PostMapping to create new student
00:46:16 annotation
00:47:40 update student details
00:53:35 delete student based on id



Смотрите видео SpringBoot REST API CRUD Operations using Spring Data JPA | Postman | MySql #springboottutorial онлайн без регистрации, длительностью 59 минут 51 секунд в хорошем hd качестве. Это видео добавил пользователь SJ Programming Solutions 10 Сентябрь 2023, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 72 тысяч раз и оно понравилось 1 тысяч людям.