java-tutorials/spring-cloud/spring-cloud-bootstrap/README.md

25 lines
1.2 KiB
Markdown
Raw Normal View History

## Spring Cloud Bootstrap
This module contains articles about bootstrapping Spring Cloud applications
### Relevant Articles:
2020-07-21 09:38:50 -04:00
- [Spring Cloud Bootstrapping](http://www.baeldung.com/spring-cloud-bootstrapping)
- [Spring Cloud Securing Services](http://www.baeldung.com/spring-cloud-securing-services)
- [Spring Cloud Tracing Services with Zipkin](http://www.baeldung.com/tracing-services-with-zipkin)
- [Spring Cloud Series The Gateway Pattern](http://www.baeldung.com/spring-cloud-gateway-pattern)
- [Spring Cloud Adding Angular 4](http://www.baeldung.com/spring-cloud-angular)
2020-07-21 09:38:50 -04:00
- [How to Share DTO Across Microservices](https://www.baeldung.com/java-microservices-share-dto)
### Running the Project
2020-07-06 07:10:01 -04:00
- First, you need a redis server running on the default port
- To run the project:
- 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:
- git init
- git add .
- git commit -m "First commit"
- start the config server
- start the discovery server
- start all the other servers in any order (gateway, svc-book, svc-rating, zipkin)