+
Congratulations, you have created a new Quarkus application with RESTEasy.
+
+
Why do you see this?
+
+
This page is served by Quarkus. The source is in
+ src/main/resources/META-INF/resources/index.html.
+
+
What can I do from here?
+
+
If not already done, run the application in dev mode using: ./mvnw compile quarkus:dev.
+
+
+ - Open the example "/hello" endpoint
+ - Add REST resources, Servlets, functions and other services in
src/main/java.
+ - Your static assets are located in
src/main/resources/META-INF/resources.
+ - Configure your application in
src/main/resources/application.yml.
+
+
+
+
Do you like Quarkus?
+
Go give it a star on GitHub.
+
+
How do I get rid of this page?
+
Just delete the src/main/resources/META-INF/resources/index.html file.
+