forked from in28minutes/spring-microservices
-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Ranga Rao Karanam
authored and
Ranga Rao Karanam
committed
Sep 11, 2017
1 parent
391863d
commit e391aa6
Showing
14 changed files
with
5,211 additions
and
10,717 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,14 @@ | ||
## Versions | ||
- 1.5.2.RELEASE | ||
- Dalston.RC1 | ||
|
||
## URLs | ||
|
||
| Application | URL | | ||
| ------------- | ------------- | | ||
| Limits Service | http://localhost:8080/limits| | ||
|Spring Cloud Config Server| http://localhost:8888/limits-service/default http://localhost:8888/limits-service/dev| | ||
| Currency Converter Service - Direct Call| http://localhost:8100/currency-converter/from/USD/to/INR/quantity/10| | ||
| Currency Converter Service - Direct Call| http://localhost:8100/currency-converter/from/USD/to/INR//usr/local/var/log/rabbitmq/[email protected]/usr/local/var/log/rabbitmq/[email protected]/10| | ||
| Currency Converter Service - Feign| http://localhost:8100/currency-converter-feign/from/EUR/to/INR/quantity/10000| | ||
| Currency Exchange Service | http://localhost:8000/currency-exchange/from/EUR/to/INR http://localhost:8001/currency-exchange/from/USD/to/INR| | ||
| Eureka | http://localhost:8761/| | ||
|
Oops, something went wrong.