Service registry for microservice environments built upon Netflix Eureka.
Make sure to install the following software before starting:
- Java Development Kit 8: This guide leads you through the installation.
- Maven: Have a look at this page for any help while installing.
This project does not need any special installation steps.
Execute unit-tests by running mvn test
. They are managed by the maven-surefire-plugin.
Integration-tests start with mvn verify
using the maven-failsafe-plugin.
This project is deployed using maven. Run mvn clean install
to install the artifact into your local repository.
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Timon Borter - Initial work - bbortt
See also the list of contributors who participated in this project.
This project is published under the terms of MIT License. For more information see the license file.