How to Connect PostgreSQL Database in Spring Boot Project

preview_player
Показать описание
How to Connect PostgreSQL Database in Spring Boot Project.
We have 4 Steps:
- I need 3 dependencies (Spring Web, PostgreSql Driver, Spring Data JPA)
Step 2: Create new database in PostgreSQL (name: userdb)
Step 3: - Configure connect to PostgreSQL database
- run project for make sure connection is successfully
- Create new Entity in project using Spring Data JPA
- run project to test auto create table in database

Thanks for watching and supporting me, guys. Feel free to comment on the video. Be respectful. Subscribe to me for more videos, information, surveys, and exclusive content! If you like, please share and add this video to a playlist and ring the Bell to join the Notification Squad.
Have a nice day!
Рекомендации по теме
Комментарии
Автор

short, but clear and precise; thanks a lot!

moegreen
Автор

every time i run this ill create a new table every time ?

captaineric
Автор

database is created but tables are not set

blkogkf