2022-06-26 21:12:01 +05:30 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
								
									
								 
							
							
								## Guide to Microservices: with Spring Boot and Spring Cloud Ebook
  
						 
					
						
							
								
									
										
										
										
											2019-10-31 20:43:47 -05:00 
										
									 
								 
							 
							
								
							 
							
								 
							
								
									
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2022-06-26 21:12:01 +05:30 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
								
									
								 
							
							
								This module contains articles about bootstrapping Spring Cloud applications that are part of the Guide to Microservices: with Spring Boot and Spring Cloud Ebook.
							 
						 
					
						
							
								
									
										
										
										
											2019-10-31 20:43:47 -05:00 
										
									 
								 
							 
							
								
							 
							
								 
							
								
									
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
								
									
								 
							
							
								### Relevant Articles:
  
						 
					
						
							
								
									
										
										
										
											2020-07-21 21:38:50 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
								
									
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2019-10-31 20:43:47 -05:00 
										
									 
								 
							 
							
								
							 
							
								 
							
								
									
										 
							
							
								-  [Spring Cloud –  ](http://www.baeldung.com/spring-cloud-bootstrapping ) 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
								
									
										 
							
							
								-  [Spring Cloud –  ](http://www.baeldung.com/spring-cloud-securing-services ) 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
								
									
										 
							
							
								-  [Spring Cloud –  ](http://www.baeldung.com/tracing-services-with-zipkin ) 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
								
									
										 
							
							
								-  [Spring Cloud Series –  ](http://www.baeldung.com/spring-cloud-gateway-pattern ) 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
								
									
										 
							
							
								-  [Spring Cloud –  ](http://www.baeldung.com/spring-cloud-angular ) 
						 
					
						
							
								
									
										
										
										
											2020-07-21 21:38:50 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
								
									
								 
							
							
								-  [How to Share DTO Across Microservices ](https://www.baeldung.com/java-microservices-share-dto ) 
						 
					
						
							
								
									
										
										
										
											2019-10-31 20:43:47 -05:00 
										
									 
								 
							 
							
								
							 
							
								 
							
								
									
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
								
									
								 
							
							
								### Running the Project
  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
								
									
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2020-07-06 14:10:01 +03:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
								
									
								 
							
							
								-  First, you need a redis server running on the default port 
						 
					
						
							
								
									
										
										
										
											2019-10-31 20:43:47 -05:00 
										
									 
								 
							 
							
								
							 
							
								 
							
								
									
								 
							
							
								-  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
							 
						 
					
						
							
								
									
										
										
										
											2023-11-09 11:55:32 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
								
									
								 
							
							
								  -  start all the other servers in any order (gateway, zipkin-log-svc-book, zipkin-log-svc-rating, zipkin)