-
Notifications
You must be signed in to change notification settings - Fork 0
/
links-routes.txt
53 lines (26 loc) · 1.44 KB
/
links-routes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Currency Exchange Service
- http://localhost:8000/currency-exchange/from/USD/to/INR
Currency COnversion Service
- http://localhost:8100/currency-conversion-feign/from/USD/to/INR/quantity/10
- http://localhost:8100/currency-conversion/from/USD/to/INR/quantity/10
Eureka
- http://localhost:8761/
API Gateway
Initial
- http://localhost:8765/CURRENCY-EXCHANGE/currency-exchange/from/USD/to/INR
- http://localhost:8765/CURRENCY-CONVERSION/currency-conversion/from/USD/to/INR/quantity/10
- http://localhost:8765/CURRENCY-CONVERSION/currency-conversion-feign/from/USD/to/INR/quantity/10
Lower Case
- http://localhost:8765/currency-exchange/currency-exchange/from/USD/to/INR
- http://localhost:8765/currency-conversion/currency-conversion/from/USD/to/INR/quantity/10
- http://localhost:8765/currency-conversion/currency-conversion-feign/from/USD/to/INR/quantity/10
Custom Routes
- http://localhost:8765/currency-exchange/from/USD/to/INR
- http://104.197.43.181:8000/currency-exchange/from/USD/to/INR
- http://localhost:8765/currency-conversion/from/USD/to/INR/quantity/10
- http://localhost:8765/currency-conversion-feign/from/USD/to/INR/quantity/10
- http://34.171.103.3:8100/currency-conversion-feign/from/USD/to/INR/quantity/10
- http://localhost:8765/currency-conversion-new/from/USD/to/INR/quantity/10
Docker
- docker.io/paras2322/sm-currency-conversion-service:0.0.11-SNAPSHOT
- docker.io/paras2322/sm-currency-exchange-service:0.0.11-SNAPSHOT