Congratulations, you have created a new Quarkus cloud application.

What is this page?

This page is served by Quarkus. The source is in src/main/resources/META-INF/resources/index.html.

What are your next steps?

If not already done, run the application in dev mode using: {buildtool.cli} {buildtool.cmd.dev}.

{merged-content}

Application

  • GroupId: {project.group-id}
  • ArtifactId: {project.artifact-id}
  • Version: {project.version}
  • Quarkus Version: {quarkus.version}

Do you like Quarkus?

  • Go give it a star on GitHub.
{#if input.selected-extensions}

Selected extensions guides

    {#for ext in input.selected-extensions} {#if ext.guide}
  • {ext.name} guide
  • {/if} {/for}
{/if}