./mvnw install -Dnative
Here we are getting build time exception, but in JVM mode it works perfectly fine.
###For running in JVM mode, run:
./mvnw install
java -jar target/quarkus-jasper-report-1.0-SNAPSHOT-runner.jar
localhost:8080/fruits
./mvnw install -Dnative
Here we are getting build time exception, but in JVM mode it works perfectly fine.
###For running in JVM mode, run:
./mvnw install
java -jar target/quarkus-jasper-report-1.0-SNAPSHOT-runner.jar
localhost:8080/fruits