Connect a PostgreSQL database to a Spring Boot Application Tutorial

preview_player
Показать описание
In this tutorial I am going to show you how to connect a PostgreSQL database to a Spring Boot Application.

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

Absolutely killer tutorial. Along the way you answered a lot of other off subject questions I had about spring boot because of how detailed you are at explaining each line of code. A lot of people, especially when it comes to spring boot, just shovel 20 lines of code onto the page and don't really explain why they did it or where the classes come from. This video simplified a lot of very complex problems. Next thing I need to do is get spring boot to start authenticating rest api users with queries to this database.

farawayskies
Автор

Don't normally comment on videos but this tutorial was great! Great explanations and easy to follow examples, 🙏 Many thanks!

martinapincione
Автор

Amazing tutorial. Explained everything along the way. Thank you so much!!

lklivingstone
Автор

hello friend thanks for this video you saved my life regarding project I'm doing.
Greetings from Venezuela :)

rinconzombie
Автор

Awesome man! Thank you for your job, this helps a lot!
Wish you luck!

arturgorbunov
Автор

very simple, very lovely, thank you Ivan .

benhadjyahiamehdi
Автор

Thanks a lot. This video was really helpful.

randomlee
Автор

Great. Thank you very much for this fantastic video.

CloudTechExpert
Автор

after the password part, where did you copy the other configurations/properties(not sure what to call them) from?

lkcmjsr
Автор

Do I need Intellij Ultimate for this to work?

MrStabgranate
Автор

Hello Ivan, thanks for the great video. I have a question, as a windows user how can I open a terminal like your terminal?

donitonunzia
Автор

this is you docker command : docker run --name postgresdb -p 5432:5432 -e POSTGRES_USER=postgres -e POSTGRES_PASSWORD=postgres -d postgres

mohamednheri
Автор

i don't have docker and i downloaded through EDB . so i am stuck when trying to run application properties get error saying failed to configure a datasource: 'url' attribute is not specified and no embedded datasource could be configured.

noob_player_in_the_field
Автор

Why do we create repository as an interface instead of class?

ruthraparamasivam