Skip to content

Latest commit

 

History

History

result-conventions-and-fallback

struts-examples Build Status

This repository contains examples for:

  1. result conventions

  2. fallback

test
http :8080/webapp/
http :8080/webapp/second-index
http :8080/webapp/second-index/
http :8080/webapp/blah/blah-blah
docker
docker-compose down -v; ./gradlew; docker-compose up --build --force-recreate --remove-orphans
maven
./mvnw -pl webapp clean package jetty:run
gradle
./gradlew clean build jettyRun # tomcatRun # jettyRunDebug