January 2019
Beginner to intermediate
352 pages
8h
English
I have installed and configured everything necessary to create the microservice to manage the registry of players. Now it's time to write the code needed to expose our microservice APIs.
I use the Vert.x project generator utility, http://start.vertx.io/ , in order to get the project skeleton to work on. The microservice, as described earlier, will have to display APIs that allow us to perform CRUD operations.
To implement the microservice, I will use the following components:
Read now
Unlock full access