Versions Compared

Key

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

...

Environment Variables

Description

egov.mdms.conf.path

The default value of folder where master data files are stored

masters.config.url

The default value of the file URL which contains master-config values

Deployment Details

  1. Deploy the latest version of Mdms-service

  2. Add conf path for the file location

  3. Add master config JSON path

Integration

Integration Scope

The Mdms service provides ease of access to master data for any service.

Integration Benefits

  • No time spent writing repetitive codes with no business logic.

Steps to Integration

  1. To integrate, host of egov-mdms-service should be overwritten in helm chart

  2. egov-mdms-service/v1/_search should be added as the search endpoint for searching master data .

  3. Mdms client from eGov snapshots should be added as mvn entity in pom.xml for ease of access since it provides mdms request pojos.

Reference Docs

API List

...