From 0178fa352d2045cdd27ffa2a965794684fc2d665 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Mon, 27 Jan 2020 21:04:03 +0100 Subject: Remove index.html. Change-Id: Iac02f4dd4251525970e6e74e9a399c532f46c7d0 --- src/main/resources/META-INF/resources/index.html | 152 ----------------------- 1 file changed, 152 deletions(-) delete mode 100644 src/main/resources/META-INF/resources/index.html (limited to 'src/main/resources/META-INF') diff --git a/src/main/resources/META-INF/resources/index.html b/src/main/resources/META-INF/resources/index.html deleted file mode 100644 index cf4f91b..0000000 --- a/src/main/resources/META-INF/resources/index.html +++ /dev/null @@ -1,152 +0,0 @@ - - - - - mulkcms2 - 1.0.0-SNAPSHOT - - - - - - -
-
-

Congratulations, you have created a new Quarkus application.

- -

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: mvn compile quarkus:dev. -

-
    -
  • 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.properties. -
  • -
- -

How do I get rid of this page?

-

Just delete the src/main/resources/META-INF/resources/index.html file.

-
-
-
-

Application

-
    -
  • GroupId: eu.mulk
  • -
  • ArtifactId: mulkcms2
  • -
  • Version: 1.0.0-SNAPSHOT
  • -
  • Quarkus Version: 1.1.1.Final
  • -
-
- -
-
- - - - \ No newline at end of file -- cgit v1.2.3