Congratulations, you have created a new Quarkus cloud application.

What is this page?

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

What are your next steps?

If not already done, run the application in dev mode using: ./mvnw compile quarkus:dev.

RESTEasy JAX-RS example

REST is easy peasy with this Hello World RESTEasy resource.

@Path: /hello

Related guide section...

RESTEasy JSON serialisation using Jackson

This example demonstrate RESTEasy JSON serialisation by letting you list, add and remove quark types from a list. Quarked!

@Path: /resteasy-jackson/quarks/

Related guide section...

WebSockets example using Undertow

Discover WebSockets using Undertow with this cool supersonic chat example. Open multiple tabs to simulate different users.

@Path: /supersonic-chat.html

Related guide section...

Application

  • GroupId: fr.uggla
  • ArtifactId: planetoid
  • Version: 1.0.0-SNAPSHOT
  • Quarkus Version: 1.13.3.Final

Do you like Quarkus?

  • Go give it a star on GitHub.

Selected extensions guides