Decouple application configuration file 76/117476/2
authorClaudio D. Gasparini <claudio.gasparini@pantheon.tech>
Thu, 4 Feb 2021 08:33:28 +0000 (09:33 +0100)
committerClaudio D. Gasparini <claudio.gasparini@pantheon.tech>
Thu, 4 Feb 2021 11:58:14 +0000 (12:58 +0100)
commitb1ccfce0b229d544bf08b1c197a2365b40369796
treefd803e64387205147eda40668532a1aa053f7376
parent1540a5809fff8477bfdb6f43fd6c475cf13c6d71
Decouple application configuration file

Agreement is that application configuration should live on OOM
- leave an example of the configuration file under docker
  compose to run locally, instead of use OOM. Mainly for devs
- document on README how to run the app with IDE or with docker compose
- remove duplicate code on poms

Issue-ID: CPS-175
Signed-off-by: Claudio D. Gasparini <claudio.gasparini@pantheon.tech>
Change-Id: I328e89dba78cdf4d8abab51e3be5cb6d641064db
cps-application/pom.xml
cps-rest/pom.xml
docker-compose/README.md
docker-compose/application.yml [moved from cps-application/src/main/resources/application.yml with 100% similarity]
docker-compose/docker-compose.yml