tree: af188d5219b1250d0c5d8d13d03a49536f5f56be
  1. src/
  2. pom.xml
  3. README.md
quarkus/README.md

Quarkus example

This is a simple example how to use Apache Struts with Quarkus. Quarkus doesn't support JSPs but yoy can use Freemarker instead or writing directly into HttpServletResponse.

In application.properties has been defined quarkus.oidc.enabled=false to disable redirecting to /auth even if the “oidc” extension has not been loaded. You will also notice a warning when starting Quarkus - just ignore it.

Running

Use the below command to start the example Quarkus application (from within the project's root folder):

mvn clean compile quarkus:dev