META-INF.resources.index.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of process-timer-quarkus
Show all versions of process-timer-quarkus
Kogito with timers - Quarkus
kogito-infinispan-persistence-quarkus - 1.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: org.acme
- ArtifactId: kogito-infinispan-persistence-quarkus
- Version: 1.0-SNAPSHOT
- Quarkus Version: 0.19.1
Next steps