2019-10-03 04:43:24 +01:00
## Spring Cloud Bootstrap
This module contains articles about bootstrapping Spring Cloud applications
2016-10-16 16:25:05 +06:00
### 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-07-13 19:43:43 +06:00
- [Spring Cloud Series – The Gateway Pattern ](http://www.baeldung.com/spring-cloud-gateway-pattern )
2017-06-15 16:09:56 +02:00
- [Spring Cloud – Adding Angular 4 ](http://www.baeldung.com/spring-cloud-angular )
2017-03-18 20:25:06 +01:00
2019-10-03 04:43:24 +01:00
### Running the Project
2017-02-12 16:01:28 -07:00
- To run the project:
2019-04-21 13:26:19 +03:00
- copy the appliction-config folder to c:\Users\{username}\ on Windows or /home/{username}/ on *nix. Then open a git bash terminal in application-config and run:
2017-02-12 16:01:28 -07:00
- git init
- git add .
- git commit -m "First commit"
- start the config server
2018-07-16 17:32:56 +02:00
- start the discovery server
2017-02-12 16:01:28 -07:00
- start all the other servers in any order (gateway, svc-book, svc-rating, zipkin)