86cebe51d7
* Added parent module on poms that have no parent defined * Removed dependency reduced pom from undertow module * Aligned and Defined the common plugins in the parents * Removed dependency-reduced-pom.xml from undertow module * Reverting test fail modules with surefire testFailureIgnore ture * Reverted wrong push with org.hsqldb |
||
---|---|---|
.. | ||
application-config | ||
config | ||
discovery | ||
gateway | ||
svc-book | ||
svc-rating | ||
zipkin | ||
README.MD | ||
pom.xml |
README.MD
Relevant Articles:
-
To run the project:
- copy the appliction-config folder to c:\Users{username}\ on Windows or /Users/{username}/ on *nix. Then open a git bash terminal in application-config and run:
- git init
- git add .
- git commit -m "First commit"
- start the config server
- start the discover server
- start all the other servers in any order (gateway, svc-book, svc-rating, zipkin)
- copy the appliction-config folder to c:\Users{username}\ on Windows or /Users/{username}/ on *nix. Then open a git bash terminal in application-config and run: