The Web is Built on REST APIs: Let’s Build One with Java & Spring Boot

preview_player
Показать описание
In this tutorial I code a basic REST API using Java and the Spring Boot framework.

You code along with me! So this shows a typical approach with all the mistakes and problem solving you get with a real-world task.

Timestamps
00:00:00 Intro
00:00:25 API Overview
00:02:23 Project Setup
00:08:26 Project Overview
00:13:15 Domain Modelling
00:17:50 Create a Repository
00:21:27 Create a Service
00:23:30 Create Endpoint
00:50:41 Read Retrieve Endpoint
1:00:49 Read List Endpoint
1:07:33 Update Endpoint
1:13:41 Delete Endpoint
1:19:24 Test API with Postman
1: 21:40 Outro
Рекомендации по теме
Комментарии
Автор

This should be the first video in your spring boot playlist

manpreetdhillon
Автор

Just finished the course. Thank you for the informative and well explained content. It was very valuable to me!

jeff_tech
Автор

This is the best Spring Boot tutorial on Youtube by far!! I absolutely love how you show and explain how to structure a project, testing and all the best practices that go along with them... These are the things that are missing from all other tutorials so I'm glad I found your channel! Subscribed and looking forward to more content like this :)

marcellmunnich
Автор

Finally a new Java and Spring Boot tutorial

technocraticpolyglot
Автор

I see this day that I think you will become one of the best out there so. . work hard for this ❤

ziadamer
Автор

Awesome course. Great content with the best explanation!!

addisjigssa
Автор

Awesome. Can you teach Spring Security?

JohnSmith-obgr
Автор

i am asking as a newbie: Where do we need in memory databases? Thanks for everything you upload, it really helped me learn!

Stl
Автор

Easy to understand, really nice. Just that I was really stuck on why my delete test did not get the error that you get in the video, turns out everything is fine, and by reading the codes, it will still give out HTTP 204 (no content) so I'm not even sure on what is the differences, but it works. Maybe the differences in framework versions, I guess.

yuukikouhei
Автор

Okay I have to ask, how well do you need to know JAVA to learn Springboot?

I feel dumb learning it lol.

I'm currently a Professional Frontend Developer and it feels like backend is more complex.

How did you go about learning it? Was your fist job in Backend Development and did you have a mentor?

duran_codes
Автор

wouldnt you want a separate post mapping for creating data and a put mapping for editing data ?

HP_Tubcraft
Автор

Awesome guide, really helped me with my school project and learned alot of testing🎉 When it comes to saving pictures in an API is it easy with spring boot? Would love a guide for that.

alexbrun
Автор

Thanks man for easy explanation, just wow 🔥🇮🇳🇮🇳

DK_
Автор

that is awesome, a great tutorial. can you please make some tutorials about serverless with spring boot mvc with aws lambda and rds?

mshohag
Автор

Can you try it without the autowired annotation on your constructor since I thought it was now able to do constructor injection without an autowired annotation.

rydmerlin
Автор

great content thanks, do we have similar plugin like jpa buddy for vscode, netbean, eclipse and intellij community(not expecting freemium), i dont want jpa buddy but want to use similar plugin for free and production.Next video on relation and mapping please.

galaxiegalaxie
Автор

Hello this might seem a basic question.
But Can you explain to me the difference between a DAO and Repository.
I'm having hard time understanding this one. Thank you very much !

yourdailyslice
Автор

This is a great tutorial, I learnt alot from it. However you went too fast in the testing parts. I couldn't figure out why some parts of the code was used and why some was structured in a certain way.

eugenekwaka
Автор

Hi devtiro.can you please make an video on hibernate

chaitutom
Автор

Your explanation of findById return was a little misleading. In either case you’ll get an optional just that it may or may not have a book.

rydmerlin