Conflicts: spring-cloud/spring-cloud-bootstrap/svc-book/pom.xml spring-cloud/spring-cloud-bootstrap/svc-book/src/main/java/com/baeldung/spring/cloud/bootstrap/svcbook/BookServiceApplication.java spring-cloud/spring-cloud-bootstrap/svc-rating/pom.xml spring-cloud/spring-cloud-bootstrap/svc-rating/src/main/java/com/baeldung/spring/cloud/bootstrap/svcrating/RatingServiceApplication.java
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: