Ead Config Server
Cross Cuting Project of the ead's microservice group
It was created in order to save and share configurations among microservices from ecossystem.
Also see yaml configs is here
Technologies | How To Use | How To Contribute | License | Ead Ecosystem
This project was developed with the following technologies:
To clone and run these configurations, you'll need Git, From your command line:
# Clone this repository
$ git clone https://github.com/Duduxs/ead-config-server-ms
# Now clone the service-registry repo
$ git clone https://github.com/Duduxs/ead-service-registry-ms
To run the config server:
# Execute the main class ConfigServerApplication with dev profile (Be sure to have already service registry up)
- Make a fork;
- Create a branch with your feature:
git checkout -b my-feature
; - Commit changes:
git commit -m 'feat: My new feature'
; - Make a push to your branch:
git push origin my-feature
.
This project is under the MIT license. See the LICENSE for more information.
Take a look into others microservices that were developed for the EAD Plataform.
- Cross Cuting Microservices
- Business Microservices
- Study case Microservices