Files
java-tutorials/spring-cloud/spring-cloud-bootstrap/README.MD
T

15 lines
707 B
Markdown
Raw Normal View History

### Relevant Articles:
- [Spring Cloud Bootstrapping](http://www.baeldung.com/spring-cloud-bootstrapping)
2016-12-24 15:22:28 +01:00
- [Spring Cloud Securing Services](http://www.baeldung.com/spring-cloud-securing-services)
2017-03-18 20:25:06 +01:00
- [Spring Cloud Tracing Services with Zipkin](http://www.baeldung.com/tracing-services-with-zipkin)
2017-02-12 15:59:41 -07:00
2017-02-12 16:01:28 -07:00
- 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)