Spring Boot Web app with Postgres Database and Spring Data JPA 10DaysChallenge

Опубликовано: 13 Октябрь 2024
на канале: Java Rush
183
5

In this video, we convert the previous Console application to Web application. We are using Spring framework with Spring Web, Spring Data JPA and PostgreSQL JDBC Driver. PostgresSQL JDBC Driver is required to connect to the Postgres database. Spring Data JPA gives us functionality to interact with database without writing any SQL query (in most of the cases). It also gives us the freedom to write custom SQL query if needed. Spring Web dependency is required to accept incoming request, map them to the specified methods and return the response back. We used Postman to send the request to the application server. We are using Docker to run the database in a container.

Telusko youtube channel -    / @telusko  
Previous Console app video -    • Spring Boot Console Application with ...  
Dependency Injection Article - https://hpareek.hashnode.dev/dependen...
Github repository - https://github.com/java-rush/java10da...

Docker - https://www.docker.com/products/docke...
Postgres image for docker - https://hub.docker.com/_/postgres
pgAdmin - https://www.pgadmin.org/
Spring Initializr Website - https://start.spring.io/
Postman - https://www.postman.com/downloads/