Spring Boot - Spring Data REST and JPA example | Tech Primers

preview_player
Показать описание
This Video covers the Spring Data frameworks which are out there and an hands on implementation with example on Spring Data REST and JPA.

📌 Related Playlist
================

🎬Video Editing: iMovie

---------------------------------------------------------------
🔥 Disclaimer/Policy:
The content/views/opinions posted here are solely mine and the code samples created by me are open sourced.
You are free to use the code samples in Github after forking and you can modify it for your own use.
All the videos posted here are copyrighted. You cannot re-distribute videos on this channel in other channels or platforms.
#Spring #SpringBoot #TechPrimers
Рекомендации по теме
Комментарии
Автор

Simple, Elegant. A quick tour to SpringJPA. Thanks

kemparaj
Автор

Nice and Easy, just as we all want. Thank you Tech Primers for such great explanation.

yashjain
Автор

Thank you so much for this tutorial. It helped me to understand the spring jpa in less time

harinitatipelli
Автор

I think it is the best lecture. Simple and easy to follow.

herbtea
Автор

Great explanation Dude !!

In this video you explained the steps which is very important and in some part also why we have to do it. It's very important to explain why and how rather than just giving coding video.

kudos !!!

muks
Автор

It is very clear, thank-you for the tutorial bro..

johnwau
Автор

6:10 use the keyboard shortcut *Alt + Insert* to Generate code / bring up code assistance 😊

samuelvishesh
Автор

@ 11:00, you didn't tell how you start the inbuilt tomcat server.and you didnt explain how the h2 database accept the post call for load

Azhagusuryaa
Автор

Thanks Techprimer for this wonderful video. Can you please do a video on how an app with local DB can be deployed in cloud. or if have done it already please reply with the link. Thanks

gayathrikandaswamy
Автор

Hi Ajay. Can you please do a video on connecting to multiple Ldap servers using spring boot?

mins
Автор

I have been searching for some time now. How do you perform complex queries using JPA ?
I want to return a result that contains data from a query using several joins on several tables and other where conditions and returns specific columns from each table as required, how do I do that ?

ShinAkuma
Автор

In the @RestController you did a save then find. There is no need as you can do "return userRepository.save(user);"

johnmoe
Автор

Can you please explain how can we use multiple joins ( 4 to 5 tables) or complex SQL queries using JPA?

jasper
Автор

Grt content..sir please upload video on soap webservice and spring Jax ws Integration.

biswanathbehera
Автор

Why does program failled and write that a bean of the EntityManagerFactory are required?

yaroslavsoltys
Автор

What application are you using to create and send the JSON to local host?

Edit: I did a bit of looking around and think it's Postman

rorytowler
Автор

I have created a Springboot, Jpa project and configured
2 databases. Can we update the existing records with Unique constraint? Table doesn't have Primary Key.
Here, I am fetching the records from Azure MS SQL Server View and Loading into On Premise Oracle DB Table. In Azure Microsoft SQL Server View, most of columns are having duplicate values. Here, I am fetching the data from Azure DB, then deleting the existing records from Oracle table and inserting the Azure Db data into Oracle DB table. Instead of deleting the existing records from Oracle Db table, can we update the existing records in Oracle DB table ??

chinmayabehera
Автор

But what's code you used for jpa query...
You just show basics

ajitpawar
Автор

Spring Data REST is a specific Spring Data project and this video has nothing about it. Video title is misleading and made me waste some time here. :/

ILyaCyclone
Автор

why is that save method for me is not throwing any error and generating id properly, but when i check DB, the data is not present

rajeshchilukuri