Spring Boot, PostgreSQL, JPA, Hibernate RESTful CRUD API Tutorial

preview_player
Показать описание
In this video tutorial, you’ll learn how to configure Spring Boot to use a PostgreSQL database and build a Restful CRUD API for Employee Management System.

You’ll also learn how Spring Data JPA and Hibernate can be used with the PostgreSQL database. Before development, make sure that the PostgreSQL database is installed on your machine.

#springboot #postgresql #restful

Рекомендации по теме
Комментарии
Автор

I have been trying to learn this, but often got frustrated by the way some channels present this. This is the best tutorial on Spring boot CRUD API I have seen. The tutorial was detailed. Thanks.

victormengwa
Автор

Best tutorial on Spring boot CRUD API I have seen, Thanks

kp
Автор

I watched many guides and tutorials (articles and videos) and ONLY THIS ONE gave me what I want. This is the best Spring Boot PostgreSQL JPA Hibernate RESTful CRUD API Tutorial. Really great job! Thank you so much!

Also, I got status [ 415 UNSUPPORTED MEDIA TYPE ] when I've trying to POST new record or PUT into existing one. If you have the same - CHANGE DATA TYPE FROM TEXT TO JSON in Postman request body section (it is text by default).

WaclawShuminski
Автор

I had doubts about learning Spring but this tutorial was so helpful, thank you!

Update: I got a job thanks to your videos, keep it up!!

alejandrocoronadorubio
Автор

The way you explain step by step tutorial is awesome. Keep up good work.

meenajadhav
Автор

thanks for the tutorial, it was soooo organized and clear,
just something whenever the video is a bit long (38min), each time you are done from something, you should "RUN" that part of code, this will break the "coding everything" routine .

SamiKhammar
Автор

wow man, complete running project in just 36 minutes, very very helpful

piyushbhardwaj
Автор

thank you brother, just because of your tutorial i managed to complete my first assignment in office.

buntymaurya
Автор

this is a very good tutorial for an intermediate programmer like me. keep up the good work. Beginner programmers might need a lot more explanation. But for me, this was perfect 👍👍

sharadskywalker
Автор

nicely explained👍. Please also explain about the various exception handling java methods that you used in the video. And, do you have a doubt forum kind of thing?. Please make some more projects using spring tool suite.

shivamdan
Автор

Don't stop with the videos mate! Those are really good I am new to using PostgreSQL and 2h I was wondering what am I doing wrong until I watch your video! Keep the good work!

vasilapostolov
Автор

Thank you very much. Simple and clear project. Good for beginners on Spring.

ebalkan
Автор

i have an error while running api on postman, there is always show error notfound.
i just have different data type on id, there is using UUID.

anggerfauqi
Автор

good job. you showed us how spring makes it very easy to start using new sql databases

johnstorm
Автор

Good concise summary with practical examples. Helpful as template.

mangalanimangalani
Автор

Helped me alot with postgreSQL. Thank you very much

liveonflow
Автор

thanks a lot dude, ur an unbelievable person

liongh
Автор

Hi, I have maintained same structure and running on intellij but my post method is not working. Getting this error message:
"could not execute statement; SQL [n/a]; constraint [id]; nested exception is could not execute statement"

ravi
Автор

Amazing tutorial. Couldn't be better.

sankalparora
Автор

I have to work on SpringBoot PostGreSql Spring JPA and this video made it easier to estimate the complexity. I have to just try it myself. One question if you could answer - if data is already in table(so no save or update requirement) and there is no Id column but there is a composite primary key with 2 business columns say country and company, how do we annotate it in Entity or model class? My need is only retrieval as of now from db and send it to frontend.

Saumil