404

Congratulations, you have created a new Quarkus cloud application.

Air-Tracking-Webhook API Service

If you are not redirected automatically, follow this link to the health page.

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: ./gradlew quarkusDev.

  • Your static assets are located in src/main/resources/META-INF/resources.
  • Configure your application in src/main/resources/application.properties.
  • Quarkus now ships with a Dev UI (available in dev mode only)
  • Play with the provided code located in src/main/java:

RESTEasy JAX-RS

Easily start your RESTful Web Services

@Path: /hello

Related guide section...

Application

  • GroupId: com.riege
  • ArtifactId: air-tracking-webhook
  • Version: 1.0.0-SNAPSHOT
  • Quarkus Version: 3.1.0.Final

Do you like Quarkus?

  • Go give it a star on GitHub.

More reading

  • Setup your IDE
  • Getting started
  • All guides
  • Quarkus Web Site