December 2019
Intermediate to advanced
314 pages
6h 51m
English
Another option for bootstrapping your Quarkus application is using the online application, which is available at the following address: https://code.quarkus.io/.
By landing on that page, you will be able to generate a basic project with an initial endpoint, as well as all the extensions that you checked out in the user interface:

As shown in the preceding screenshot, by default, just the RESTEasy extension is selected. From the top-left corner of the interface, you can configure your project coordinates (groupId, artifactId) and the build tool, which can be either Maven or Gradle. ...
Read now
Unlock full access