From 35d09cce16c6585a86102d9a224319812ab5f4b5 Mon Sep 17 00:00:00 2001 From: Juvar Abrera Date: Sun, 5 Feb 2023 21:10:34 +0800 Subject: [PATCH] docs: Revert dislaimer in postgres --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 64625b8..b6a9548 100644 --- a/README.md +++ b/README.md @@ -202,6 +202,8 @@ spring: # Then comment all hibernate.search.backend.* ``` +Because the integration tests within the project rely on the default H2 database configuration, it is important to either explicity skip the integration tests during the build process, i.e., `mvn install -DskipTests`, or delete the tests altogether. Failure to skip or delete the tests once you've configured PostgreSQL for the datasource.driver, datasource.url, and hibernate.dialect as outlined above will result in build errors and compilation failure. + ### Microsoft SQL Server configuration To configure the starter app to use MS SQL Server, instead of the default H2, update the application.yaml file to have the following: