prashantbabar002 / mb_emt

0 stars 0 forks source link

Setup Project for Cloud Config #7

Closed prashantbabar002 closed 2 months ago

prashantbabar002 commented 3 months ago

As a SA I need a locally runable project to externalize configurations for apps So that we can use it in app

Acceptance Criteria

  1. Setup github repo for cloud server app - mb-config-server
  2. Create spring boot project with 'spring cloud server' to serve configurations from local git repo
  3. serve configs for mb-users-api for local profile for testing purpose at port 8888
  4. Use file:///${user.home}/config-repo for config files

Notes

We will use local,dev,test,prod profiles once we start serving it from cloud