Skip to content

Commit

Permalink
adding port mappings to README
Browse files Browse the repository at this point in the history
  • Loading branch information
springframeworkguru committed Jun 7, 2019
1 parent 6edba6b commit e7c7d8e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,11 @@ Source code in this repository is to support my online courses.

Learn more about my courses below!
* [Spring Boot Microservices with Spring Cloud](https://www.udemy.com/spring-boot-microservices-with-spring-cloud-beginner-to-guru/?couponCode=GIT_HUB2)


# Default Port Mappings - For Single Host
| Service Name | Port |
| --------| -----|
| Brewery Beer Service | 8080 |
| [Brewery Beer Order Service](https://github.com/springframeworkguru/mssc-beer-order-service) | 8081 |
| [Brewery Beer Inventory Service](https://github.com/springframeworkguru/mssc-beer-inventory-service) | 8082 |

0 comments on commit e7c7d8e

Please sign in to comment.