Skip to content

Commit 234c3cc

Browse files
author
alex-muliarevych
committed
update readme
1 parent 33da37b commit 234c3cc

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,16 @@ Sandbox to play with spring cloud features
66
| Name | Description | Default port | Details |
77
|----------------------|---------------------------|--------------|----------------------------------------------------|
88
| Configuration server | Configuration server | 8888 | You should set an `JAVA_CLUB_SRC_HOME` variable which points to the folder where your java club sources are checked out. <br/>Configs URL example: http://localhost:8888/cloud/master |
9-
| Discovery server | Discovery server | 8761 | |
9+
| Discovery server | Discovery server | 8761 | Eureka server for services registration. |
1010

1111

1212
## Service
1313
| Name | Description | Default port | Details |
1414
|----------------------|-----------------------------|--------------|--------------------------------------------------|
1515
| Rating service | Rating Calculation Service | 8081 | |
1616
| Hackster service| Hackster Detection Service | 8082| |
17+
| Realtor service| Realtor Api Service | 8080| To call other services used Feign, RestTemplate |
18+
| Storage service| Storage of Apartment Records Service | 8091| H2 based service for ApartmentRecord data storage. |
1719

1820

1921
# Dev
@@ -30,8 +32,7 @@ mvn clean install
3032

3133
```
3234
## TODO Items
33-
- [ ] Storage Service (persistance + eurika client)
34-
- [ ] Rieltor Service
35+
- [ ] Check Feign Fallback ?
3536
- [ ] All eurika clients add eurika server address to properties
3637
- [ ] Client service for search
3738
- [ ] Zuul like a proxy API gateway

0 commit comments

Comments
 (0)