diff --git a/incubator/quarkus/stack.yaml b/incubator/quarkus/stack.yaml index fd3659a37..b85e945a7 100644 --- a/incubator/quarkus/stack.yaml +++ b/incubator/quarkus/stack.yaml @@ -1,5 +1,5 @@ name: Quarkus -version: 0.5.0 +version: 0.5.1 description: Quarkus runtime for running Java applications license: Apache-2.0 language: java diff --git a/incubator/quarkus/templates/kafka/src/main/resources/META-INF/resources/index.html b/incubator/quarkus/templates/kafka/src/main/resources/META-INF/resources/index.html new file mode 100644 index 000000000..bd00254da --- /dev/null +++ b/incubator/quarkus/templates/kafka/src/main/resources/META-INF/resources/index.html @@ -0,0 +1,152 @@ + + +
+ +Congratulations, you have created a new Quarkus application.
+ +This page is served by Quarkus. The source is in
+ src/main/resources/META-INF/resources/index.html
.
If not already done, run the application in dev mode using: mvn quarkus:dev
.
+
src/main/java
.src/main/resources/META-INF/resources
.src/main/resources/application.properties
.
+ Just delete the src/main/resources/META-INF/resources/index.html
file.