This is a Quarkus template configured for ephemeral development environments on Gitpod.
Click the button below to start a new development environment:
Click the above "Open in Gitpod" button to start a new workspace. Once you're ready to push your first code changes, Gitpod will guide you to fork this project so you own it.
To get started with Quarkus on Gitpod, add a .gitpod.yml
file which contains the configuration to improve the developer experience on Gitpod. To learn more, please see the Getting Started documentation.
This workspace, built from sdkman and jbang, allows you to have the Quarkus CLI available to create, build and develop Quarkus applications.
This docker image is built with the Java version 11.0.9.j9-adpt. If you want to change it, you can modify the JAVA_VERSION
variable in .gitpod/Dockerifle
file.
✨ More informations about Quarkus CLI available on this page.