From 3a15edc4cd42e6f54100558849e6256e9d982d40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Van=C4=9Bk?= Date: Mon, 12 Aug 2024 22:53:16 +0200 Subject: [PATCH] example of using zonky provider --- pom.xml | 23 +++++++++++++++++++++++ src/main/resources/application.properties | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6861ac4..cd251ac 100644 --- a/pom.xml +++ b/pom.xml @@ -23,6 +23,18 @@ UTF-8 + + + + io.zonky.test.postgres + embedded-postgres-binaries-bom + 18.3.0 + pom + import + + + + org.springframework.boot @@ -62,6 +74,17 @@ 2.8.0 test + + io.zonky.test + embedded-postgres + 2.2.2 + test + + + io.zonky.test.postgres + embedded-postgres-binaries-darwin-arm64v8 + test + diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 501fcb5..b86d232 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,2 +1,2 @@ spring.flyway.schemas=test -zonky.test.database.postgres.docker.image=postgres:16-alpine \ No newline at end of file +zonky.test.database.provider=zonky \ No newline at end of file