summaryrefslogtreecommitdiff
path: root/src/test/resources/application-test.properties
diff options
context:
space:
mode:
authorSzymon Szukalski <szymon@skas.io>2024-07-25 11:56:13 +1000
committerSzymon Szukalski <szymon@skas.io>2024-07-25 11:56:13 +1000
commit1df19fd955eb951f5d31fb205963b2f4e794c039 (patch)
tree8de7fe9f20c069d4e9907a669e792d4e6c0f75ea /src/test/resources/application-test.properties
parentbac742fe816a349d75db28fc44e5cca22776bb1a (diff)
Separate Docker Compose services for build, test, run
Refactor Docker Compose setup to include distinct services for building, testing, and running the application. Use separate Dockerfiles and configurations for each phase to isolate concerns and improve workflow. Quiet down the maven logs and set log levels to WARN so there is less noise in the logs. Update README file with information on running the project.
Diffstat (limited to 'src/test/resources/application-test.properties')
-rw-r--r--src/test/resources/application-test.properties2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/resources/application-test.properties b/src/test/resources/application-test.properties
index 87666a1..3c690d8 100644
--- a/src/test/resources/application-test.properties
+++ b/src/test/resources/application-test.properties
@@ -1,3 +1,5 @@
+logging.level.root=warn
+logging.level.org.springframework.web=info
# H2 Configuration
spring.datasource.url=jdbc:h2:mem:testdb;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE
spring.datasource.driver-class-name=org.h2.Driver