Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
CRUD app using Spring Boot + JPA + PostgreSQL + Thymeleaf
Highest Rated
Rating: 4.7 out of 5(20 ratings)
116 students

CRUD app using Spring Boot + JPA + PostgreSQL + Thymeleaf

Advanced Spring Boot: Learn and create application from scratch to get exposure to industrial real time applications
Created byPrashant Sharma
Last updated 4/2022
English

What you'll learn

  • Develop a REAL-TIME CRUD application with Spring Boot, JPA, Thymeleaf, and PostgreSQL from SCRATCH
  • Students have landed jobs with the skills from this course. Spring boot developers are in high demand.
  • You can type the code along with me while watching the videos. I explain every bit of code to help you learn.
  • I am a responsive instructor. You can post your questions and I will respond in 24 hours.

Course content

11 sections23 lectures1h 51m total length
  • What are we going to cover in this course?2:29
  • Demo of the application that we are going to create in this course2:14

    Explore building a CRUD app with Spring Boot, JPA, PostgreSQL, and Thymeleaf by creating, viewing, editing, and deleting employee records in a live demo.

Requirements

  • Basic Java knowledge is required
  • Basic HTML knowledge is helpful
  • Basic Spring knowledge is required
  • Basic SQL knowledge is helpful

Description

Spring Boot is a really hot topic these days and there are a lot of job openings in this field too and so does the competition. You will see a lot of courses on Udemy where everyone has nicely explained what Spring Boot is and how it helps a developer which maybe can help you crack the technical interview while job hunting.

But, after you get into the organization, you have to be ready to code which you will only gain after doing a lot of practicals on Spring Boot, So, here I am with one of the best real-time applications to get make you ready enough to have some exposure to the real technical world.


In this course, we are going to create a CRUD application from scratch using Spring Boot, JPA, Hibernate, Thymeleaf, and PostgreSQL.

CRUD application means to CREATE, READ, UPDATE, and DELETE.


Here, I've taken a reference for the WORKFORCE MANAGEMENT application which is basically used to manage resources. This application is always used in organizations to manage employees. Some features of this application:


  • Add a new employee to the application

  • New/Existing users can add/edit personal information or skillset information by adding new skills to it.

  • Depending on the skill set of an employee, allocate an employee to a project or allocate some percentage of the employee's work to a project

  • Remove an employee from the application


    ... and so on...


So, I've taken an example of the above application which I also made from scratch in one of the previous organizations. Hence, in this course, I'm trying to showcase a mini version of the above-explained application which is to:


  • CREATE EMPLOYEES

  • DELETE EMPLOYEES

  • UPDATE EMPLOYEES

  • VIEW EMPLOYEES


This course will really help you to gain exposure to what real-time applications look like.

Who this course is for:

  • The course is appropriate for all Java developers: beginners to advanced