Technical requirements
MicroProfile consists of several APIs for various tasks. All you need to do to leverage this functionality is to choose a MicroProfile implementation and add dependencies. This involves adding dependencies to your pom.xml
or build.gradle
file. An example of this can be found in Chapter 4.
Note that there a multiple implementations of MicroProfile available. Some of these are integrated into a full Jakarta EE offering, while others can be used standalone. For a complete list of these implementations, we refer you to the MicroProfile website https://microprofile.io/.