Java Spring Flyway using Docker, PostgreSQL, and DBeaver in 15 Minutes

preview_player
Показать описание
In this video you will learn about Flyway, which is an open-source database migration tool. I will also quickly spin up a PostgreSQL database using Docker and then use DBeaver to interact with it.

Source Code:

Quickstart Docker, PostgreSQL, and DBeaver:

Spring Initialzr:

Docker PostgreSQL Image:

Flyway SQL Based Migrations:

DBeaver Installation

Docker Installation

Windows Installation and Hyper-V (Virtualization) Details
Рекомендации по теме
Комментарии
Автор

Hello, nice video! But I have some questions. I thought it's necessary to add flyway settings in application.yml? I have sume problems. There is a remote server that is connected to my application through a dockerfile, and the database is also remote. Flyway seems to be added to the project, but it doesn't create anything. What should I do?

katekomlevaJD
Автор

Very nice and detailed video, thank you!

jiningjiang
Автор

hello, may i ask if you maybe know why i can't find spring-boot-starter-data-jpa dependency? Is this maybe the same as

iammaja
Автор

Hi, Is we can run this FlywayApplication and db using docker compose file and connecting them with docker without manually running FlywayApplication

srinikethajessu
Автор

I'm unable to change the POSTGRES_USER and POSTGRES_DB

rafaelnunes
Автор

Pls help! It doesn't work! The container starts but when i'm trying to connect to the ds through DBeaver it says that DB is not existed!

fxvlad
Автор

thank you mate. I might have missed something but the app is not dockerized. You run the postgres image but the app is local. thank you though.

eimaisklhros