Creating RESTful API with Spring Data REST | Example | Java Techie

preview_player
Показать описание
This video explain you How to create Hypermedia Driven RESTful WebServices with Spring Data REST

#javatechie #springBoot #RESTful

GitHub:

Blogs:

Facebook:

guys if you like this video please do subscribe now and press the bell icon to not miss any update from Java Techie

Disclaimer/Policy:
--------------------------------
Note : All uploaded content in this channel is mine and its not copied from any community , you are free to use source code from above mentioned GitHub account
Рекомендации по теме
Комментарии
Автор

Thanks for sharing. This channel is gold. Regards from Mexico

ivanetinajero
Автор

Simple and clear you explication in 15 I understand the base this tools. Thanks a lot.

bassiroudiouck
Автор

Great stuff brother. Explained precisely in short video. This is what I was looking for!

abhimalvekr
Автор

to the point and explained with precission and clarity..keep up the good work bro..it helped me a lot

preetamkumar
Автор

Its awesome video.Thanks broi for good information

sujithg
Автор

Great Tutorial buddy
helped a lot
Keep up the good work

yashbhirud
Автор

Who's the one disliked this video.Its a very good video

venkateshe
Автор

Thanks a lot for this tutorial; but it is basically a simple tutorial that you can find on the spring.io guide. It would be really appreciated a tutorial, real application one, on how to create for example an online store with CRUD, PostgresSql database integration MVC, entity, DTO, DAO thanks a lot

daniellaerachannel
Автор

I think this is a dude from the Microsoft help-line.

Toastbrot
Автор

Hello sir great tutorial..!! I want to use this actually by microservices in java can you post one tutorial like this? It would be great help to me..!!

kushalbaldev
Автор

I could not able find saveAll() method while using repository.saveAll under inti method of main class and I am using version 3.3.2. kindly help

Prasadtpt-kc
Автор

Can u plz demonstrate on JPA REST DATA JPA using associations like 1 to many, one to one, many to 1 and many and many, self joins like example employee - manager

earthcitizen
Автор

Great video. My understanding is that, by default, you get all the methods (find, delete etc.) but you can 'switch off' methods by putting creating the method signature in the repository and annotate it with 'exported=false'. What I would like to do is only export a couple of methods and 'switch off' the rest. I read it's possible by adding the required methods to the repository but adding 'export=true' to a @RepositoryRestResouce annotaion and that would mean only those methods explicitly listed would be exported. However I tried it and it didn't seem to work. To summurize, I want the benefits of Spring Rest Data providing the functionality but with the control over how much of that functionality is exposed. Does anyon have any ideas.

littlefluffybushbaby
Автор

Hi Buddy

Thanks for the video really appreciate your efforts.

One doubt i have, if we want to convert entity class into dto how can we do it with spring data rest?

amithk
Автор

Thank you. How to search multiple column?

zenhsuld
Автор

How to provide security to those api's??

hemanthgarlapati
Автор

The elefant in the room, so you create a whole api without a controller!!!. What if you want to run services to process the data? How about the weird url pattern!

bunnihilator