MicroProfile Starter
MicroProfile Starter (https://start.microprofile.io/) is a code generator for developing cloud-native applications using MicroProfile. This tool can be accessed via the web, command line, or IDE plugins. In this section, we will learn about the MicroProfile Starter tool for creating cloud-native applications.
Accessing MicroProfile Starter via the web
The following screenshot shows the User Interface of MicroProfile Starter, which can be used to create cloud-native applications and then download the ZIP:
In the preceding UI, we can specify the following:
- groupId: The generated application's Maven group ID.
- artifactId: The generated application's Maven artifact ID.
- MicroProfile Version: The version of the MicroProfile release.
- MicroProfile Runtime: The selected runtime that supports the chosen MicroProfile release version. In Figure 2.2, MicroProfile version...