Java, Spring Boot, PostgreSQL, Spring Data JPA, Hibernate CRUD RESTFul API Tutorial [2024]

Welcome to the comprehensive video tutorial on creating a CRUD RESTful API using Spring Boot, PostgreSQL, Spring Data JPA, and Hibernate for 2024. This tutorial is designed for developers of all skill levels interested in advancing their knowledge in building robust, scalable, and efficient web applications with some of the most powerful technologies in the Java ecosystem.
Spring Boot, a revolutionary framework, simplifies the development of new Spring applications through convention over configuration. It offers a vast array of features that enable developers to focus on their application's functionality rather than the boilerplate configuration.
PostgreSQL, a powerful, open-source object-relational database system, provides advanced features such as reliable transactions and concurrency without read locks, making it an excellent choice for applications requiring complex data management.
Spring Data JPA, a part of the larger Spring Data family, makes it easier to implement JPA-based repositories. This module deals with enhanced support for JPA based data access layers, making it a breeze to work with data in relational databases.
Hibernate, an object-relational mapping (ORM) tool, simplifies the data creation, retrieval, update, and deletion operations in databases. It is a robust framework that handles all the heavy lifting of connecting your Java classes to a database using JPA annotations.
By the end of this tutorial, you'll have a clear understanding of how to leverage these technologies to create a fully functional CRUD RESTful API. You'll learn how to set up your development environment, configure your database, define your data model, and implement the necessary create, read, update, and delete operations accessible through a clean and intuitive API. Whether you're looking to build your first API or aiming to sharpen your development skills, this guide will provide you with the knowledge and tools needed to succeed. Let's dive in and explore the powerful combination of Spring Boot, PostgreSQL, Spring Data JPA, and Hibernate.
#springboot #postgresql #restfulapi

Пікірлер: 65

  • @HR-pz7ts
    @HR-pz7ts3 ай бұрын

    You taught me hibernate in just 30 mins thats all I needed thanks a lot!

  • @yilberagueropadilla5978
    @yilberagueropadilla59783 ай бұрын

    Now, I understand much better, thanks for your video tutorial.

  • @Umata05
    @Umata052 ай бұрын

    Thank you so much!! The tutorial is really helpful!

  • @tuanysantos4596
    @tuanysantos45963 ай бұрын

    Very well, thank you.

  • @ar772almahri5
    @ar772almahri54 ай бұрын

    Thanks so much for this explanation Excellent and clear

  • @dridisalah5754
    @dridisalah57542 ай бұрын

    Thank you for this video. I had an issue with using Spring Boot, and now the problem has been solved ❤❤

  • @hieutranhuu1048
    @hieutranhuu10482 ай бұрын

    Thank you so much, I really needed content like this video

  • @elliottsteer7977
    @elliottsteer797720 күн бұрын

    Thanks for this, well put together with clear explanations!

  • @user-ou1dj7rx6o
    @user-ou1dj7rx6o3 ай бұрын

    thank you so much!

  • @significantl192
    @significantl1922 ай бұрын

    You are truly a life savior, amazing tutorial, thank you so much Ramesh

  • @ememdi
    @ememdiАй бұрын

    that video is a great resource to get the logic and have a quick implementation. thanks for your efforts and time.

  • @isaacgraper
    @isaacgraper21 күн бұрын

    thank you bro, you helped me alot!

  • @user-vs5ty8og8k
    @user-vs5ty8og8kАй бұрын

    Thank you so much😍😍😍

  • @user-kk4dd4qm8m
    @user-kk4dd4qm8m2 ай бұрын

    very nice content, thnx

  • @chandrasekharlingisetti3863
    @chandrasekharlingisetti38634 ай бұрын

    super bro do it more

  • @harungumus766
    @harungumus76612 күн бұрын

    thanks

  • @diegobarcellos3639
    @diegobarcellos36395 ай бұрын

    Thank you very much to share your knowledge...keep rocking, best wishes!

  • @deepakantoj432

    @deepakantoj432

    4 ай бұрын

    After creating that mapper function i'm still getting this error Cannot resolve method 'getId' in 'Employee' but i've set all getter and setter anotations in those files

  • @JavaGuides

    @JavaGuides

    3 ай бұрын

    @@deepakantoj432 install Lombok plugin in your IDE

  • @harishsingh2451
    @harishsingh24515 ай бұрын

    This video provides a clear and thorough explanation, making it easy to understand. It would be beneficial to include additional videos covering topics such as Spring Security, pagination, communicating with other APIs/endpoints, sessions, caching, and various real-time modules. These topics are essential for real-time project development and would greatly benefit viewers looking to delve deeper into practical applications. Thanks in advance.

  • @saketh.j2450

    @saketh.j2450

    4 ай бұрын

    What are the contents this video has taught you can u please elaborate it ?

  • @deepakantoj432

    @deepakantoj432

    4 ай бұрын

    After creating that mapper function i'm still getting this error Cannot resolve method 'getId' in 'Employee' but i've set all getter and setter anotations in those files

  • @deepakantoj432

    @deepakantoj432

    4 ай бұрын

    After creating that mapper function i'm still getting this error Cannot resolve method 'getId' in 'Employee' but i've set all getter and setter anotations in those files

  • @amrendra3165
    @amrendra31653 ай бұрын

    Please make voice at good level. Project is good and adding value. Thanks alot.

  • @tonial
    @tonial2 ай бұрын

    Amazing video, thank you so much! It was so well explained! I was wondering, how could we optimized those classes/interfaces. I did make a generic Service and Repository, so it can be use for more than one Entity, is that correct? if so, is there other ways to optimaze? like other classes that could be generic? Sorry if its a dumb question, I'm new to this

  • @NarenkumarMoorthyVisalatchi
    @NarenkumarMoorthyVisalatchiАй бұрын

    Amazing tutorial you put together! Seriously, it was super insightful and really helped clear things up. Great job, and keep up the awesome work!. Bro you missed cover the exception, it is not working actually

  • @ArpitRathore-gd9dp
    @ArpitRathore-gd9dp5 ай бұрын

    Can you pls make a video explaination of spring security for jpa authentication using security @configuration class...it is quite confusing...pls

  • @stepup6620
    @stepup66205 ай бұрын

    Always confused with Annotations 🤯

  • @royjose.
    @royjose.Ай бұрын

    Getting the below error, what would be the cause? Factory method 'dataSource' threw exception with message: Failed to load driver class org.postgresql.Driver in either of HikariConfig class loader or Thread context classloader

  • @usmankhatri8481
    @usmankhatri84814 ай бұрын

    Thank you sir!! I had a query -> why can't we directly use Employee (eliminating the use of DTOs)?

  • @HR-pz7ts

    @HR-pz7ts

    3 ай бұрын

    I think it is used to teach us some kind of design pattern used for mapping objects.

  • @jackfresby3411
    @jackfresby3411Ай бұрын

    Dear sir, do you have source code repo for this great tutorial?

  • @geethanjaliv5911
    @geethanjaliv59115 ай бұрын

    Hi Sir can you teach full stack angular springboot sir And also how to deploy realtime project on aws s2.

  • @deepakantoj432

    @deepakantoj432

    4 ай бұрын

    After creating that mapper function i'm still getting this error Cannot resolve method 'getId' in 'Employee' but i've set all getter and setter anotations in those files

  • @307waseemtariq5
    @307waseemtariq55 ай бұрын

    please create a complete fullstack app with React JS and Spring boot security.

  • @deepakantoj432

    @deepakantoj432

    4 ай бұрын

    After creating that mapper function i'm still getting this error Cannot resolve method 'getId' in 'Employee' but i've set all getter and setter anotations in those files

  • @yadav_deepakk
    @yadav_deepakkАй бұрын

    34:02 Runtime Exceptions

  • @ahmadbelkadi2766
    @ahmadbelkadi27663 ай бұрын

    what about pagination and validation ?!

  • @sachinmisal4829
    @sachinmisal48295 ай бұрын

    I am having a question here is SimpleJpaRepository class is annotated with @Repository and @Transactional annotations but if we write our own methods in the repository interface, will this be applicable for those methods or not.

  • @JavaGuides

    @JavaGuides

    5 ай бұрын

    The @Repository and @Transactional annotations on SimpleJpaRepository do apply to custom methods in your repository interface with the default settings. If you require custom transactional behavior, you will need to add the @Transactional annotation to your custom methods with the specific configuration you need.

  • @sachinmisal4829

    @sachinmisal4829

    5 ай бұрын

    @@JavaGuides Thank you so much for quick response

  • @user-ki8kr5bs1h
    @user-ki8kr5bs1h3 ай бұрын

    !!!!please help!!!!!i have a problem when i create the EmployeeMapper and try to put the getId etc , it now recocnise the previus @getter command and o ahve error when put this getter , why ?

  • @prudhvisai-hd9hm

    @prudhvisai-hd9hm

    2 ай бұрын

    same issue

  • @chheanbrosna3121
    @chheanbrosna31213 ай бұрын

    Are you using Community or Ultimate of Intellij? Thanks

  • @JavaGuides

    @JavaGuides

    3 ай бұрын

    Community free edition

  • @deepakantoj432
    @deepakantoj4324 ай бұрын

    After creating that mapper function i'm still getting this error Cannot resolve method 'getId' in 'Employee' but i've set all getter and setter anotations in those files

  • @mohammedshasilkhan3771

    @mohammedshasilkhan3771

    4 ай бұрын

    Yeah even I get that problem while using lombok. Instead, I would just generate the getters and setters manually in the source option to resolve this, so please try that. And Even I don't know why the lombok annotations are not working properly many times.

  • @rit_mos

    @rit_mos

    2 ай бұрын

    You have to install and activate the lombok plugin on your IDE so that the annotations work.

  • @llamadrama169

    @llamadrama169

    Ай бұрын

    @@rit_mos You're right, thank you!

  • @teasolves
    @teasolves3 ай бұрын

    how can we reach the codes. thanks.

  • @gabyyhshss
    @gabyyhshss3 ай бұрын

    Where is the Design Database?Uml

  • @rushikeshdhane7430
    @rushikeshdhane7430Ай бұрын

    Hii sir i want membership .actually have to mention this project in resume .can you plz provide support if any error occurs ?if yes plz tell process

  • @stefanoclini5052
    @stefanoclini50525 ай бұрын

    Good morning, I created a similar project but the entities are not created in the postgresql database. can help me. Thanks!

  • @JavaGuides

    @JavaGuides

    5 ай бұрын

    What is the issue? Can you check the console logs for any errors?

  • @stefanoclini5052

    @stefanoclini5052

    5 ай бұрын

    No issue @@JavaGuides

  • @deepakantoj432

    @deepakantoj432

    4 ай бұрын

    After creating that mapper function i'm still getting this error Cannot resolve method 'getId' in 'Employee' but i've set all getter and setter anotations in those files

  • @JavaGuides

    @JavaGuides

    4 ай бұрын

    @@deepakantoj432 install Lombok plugin if you are using eclipse sts ide

  • @deepakantoj432

    @deepakantoj432

    4 ай бұрын

    @@JavaGuides No i'm using intellij only. i even added it to my dependecies while creating that spring initiaizr file

  • @jigartailor3755
    @jigartailor37554 ай бұрын

    Hi. I am gettting below error after try to run POST request from postman, "createEmployee" java.lang.NullPointerException: Cannot invoke "com.test.ems.service.EmployeeService.createEmployee(com.test.ems.dto.EmployeeDto)" because "this.employeeService" is null Please help to resolve.

  • @vinodkumar-uh3eh

    @vinodkumar-uh3eh

    4 ай бұрын

    how did you resolve this ?

  • @AGTheod

    @AGTheod

    Ай бұрын

    @@vinodkumar-uh3eh See if you are missing the @AllArgsConstructor in the EmployeeController class - I forgot to add it and Spring wasn't able to pass the impl of the employee service

  • @rushikeshdhane7430
    @rushikeshdhane7430Ай бұрын

    dear sir . i am rushikesh dhane from satara maharashtra .have done graduation in BE IT.i want your help regarding this project . plz kindly mention your email or whatsaap contact.its important.hope you will help!

Келесі