diff options
| author | Szymon Szukalski <szymon@skas.io> | 2024-07-25 11:56:13 +1000 |
|---|---|---|
| committer | Szymon Szukalski <szymon@skas.io> | 2024-07-25 11:56:13 +1000 |
| commit | 1df19fd955eb951f5d31fb205963b2f4e794c039 (patch) | |
| tree | 8de7fe9f20c069d4e9907a669e792d4e6c0f75ea /src/main/resources/application.properties | |
| parent | bac742fe816a349d75db28fc44e5cca22776bb1a (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/main/resources/application.properties')
| -rw-r--r-- | src/main/resources/application.properties | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 3600371..e838ed8 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,4 +1,6 @@ spring.application.name=markr +logging.level.root=warn +logging.level.org.springframework.web=warn # PostgreSQL Configuration spring.datasource.url=jdbc:postgresql://localhost:5432/markr spring.datasource.username=markr_prod |
