Developer Tools
Learn how to use Quarkus developer tools.
Quarkus comes with a toolchain that allows us to simplify creating, updating, and deploying our application. It can be used with various build tools.
Maven
Quarkus offers good support for
Press + to interact
mvn io.quarkus.platform:quarkus-maven-plugin:2.15.3.Final:create \-DprojectGroupId=io.educative \-DprojectArtifactId=maven-test
The above command uses Maven to create a new Quarkus application with the given attributes. The full list of those attributes includes projectVersion
, javaVersion
, and ...