First, spin up the Docker containers:
docker compose up
Second, run this Gradle task:
./gradlew flywayMigrate
Finally, run the Spring Boot application through a Run Configuration
in IntelliJ with be.koder.bricksets.App
as main class
.
First, spin up the Docker containers:
docker compose up
Second, run this Gradle task:
./gradlew flywayMigrate
Finally, run the Spring Boot application through a Run Configuration
in IntelliJ with be.koder.bricksets.App
as main class
.