Skip to content

Commit d3221ee

Browse files
committed
updated README.md
1 parent 59016ad commit d3221ee

2 files changed

Lines changed: 23 additions & 0 deletions

File tree

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,24 @@
11
# feignClientExample
22

3+
To run project locally:
4+
5+
git clone https://github.com/ElnarMagdiev/feignClientExample.git
6+
http://localhost:8080/
7+
8+
project properties:
9+
10+
server.port=8080
11+
12+
openexchangerates properties:
13+
14+
openexchangeratesUrl=https://openexchangerates.org/api/historical/
15+
currencyAppId=f24f2027203f4635b7b5a9699a9f7e0a
16+
baseCurrency=USD (defaults to 'USD', only premium accounts support other bases)
17+
currency=RUB
18+
19+
giphy properties
20+
21+
giphyUrl=https://api.giphy.com/v1/gifs/random
22+
gifApiKey=6o1n373fbbWdmwbg9Q1tX5kIP1Vhp7OL
23+
24+

src/main/resources/application.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
server.port=8080
12
openexchangeratesUrl=https://openexchangerates.org/api/historical/
23
currencyAppId=f24f2027203f4635b7b5a9699a9f7e0a
34
baseCurrency=USD

0 commit comments

Comments
 (0)