From 287c1ad9dc619855c05ebd40e2fff5a617b2f535 Mon Sep 17 00:00:00 2001 From: Michael Hoennig Date: Tue, 2 Jan 2024 13:08:55 +0100 Subject: [PATCH] minor improvement in setup instructions --- README.md | 2 +- src/test/resources/application.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dc3290b8..a3a1c6e5 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ If you have at least Docker, the Java JDK and Gradle installed in appropriate ve cd your-hsadmin-ng-directory source .aliases # creates some comfortable bash aliases, e.g. 'gw'='./gradlew' - gw # downloads the configured Gradle version into the project + gw # initially downloads the configured Gradle version into the project gw test # compiles and runs unit- and integration-tests diff --git a/src/test/resources/application.yml b/src/test/resources/application.yml index 9915854e..a4f570f9 100644 --- a/src/test/resources/application.yml +++ b/src/test/resources/application.yml @@ -4,7 +4,7 @@ spring: platform: postgres datasource: - url: jdbc:tc:postgresql:13.7-bullseye:///spring_boot_testcontainers + url: jdbc:tc:postgresql:15.5-bookworm:///spring_boot_testcontainers url-local: jdbc:postgresql://localhost:5432/postgres username: postgres password: password