cescoffier / vertx-microservices-workshop

Vert.x Microservices Hand's on lab
http://escoffier.me/vertx-hol/
Apache License 2.0
330 stars 196 forks source link

Document portfolio.adoc code need update #25

Open phoebosys opened 7 years ago

phoebosys commented 7 years ago

In document portfolio.adoc 8.4.3, there 2 piece of code used HttpClient, but in solution code, PortfolioServiceImpl used WebClient.

in doc 10.3.2, there 2 lines of vertx.fileSystem().rxReadFile(); need a parameter s.

Anyway, this project teach me a lot. thank you very much!