Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Maven Properties 

Any application can use Maven properties in a pom.xml file or in any resource that is being processed by the Maven Resource plugin’s filtering features.

...

While they are available, you should always use the Java System properties wherever available. This would help in creating a more portable build adhering to the Write-Once-Run-Anywhere (WORA) promise of the Java platform.

Helm charts & Environment Variable properties

CPS uses very few environment variables which are defined from the OOM charts and they are being used in Application.yml. Eg : CPS_USERNAME, CPS_PASSWORD, DB_USERNAME, DB_PASSWORD

...