based on https://github.com/Netflix/zuul
- run
app-configanddiscoveryservers - run
ratingandbookservice - run this application
mvn spring-boot:run
- because of gateway.properties from app-config server
zuul.routes.book-service.path=/book-service/**
going to http://localhost:3333/book-service/books returns the same thing as http://localhost:8083/books/