January 2019
Beginner to intermediate
352 pages
8h
English
We have installed and configured everything that's necessary to create our microservice to manage the registry of players. Now it's time to write the code that's needed to expose our microservice APIs.
We will use the Spring Initializr project generator utility (https://start.spring.io/) in order to get a project skeleton to work on. Our microservice, as we described previously, will have to display the APIs that allow us to perform CRUD operations.
To implement our microservice, we will use the following components:
Read now
Unlock full access