Skip to content

Latest commit

 

History

History

render-property-from-action

struts-examples Build Status

  1. Render message property from daggerok.HelloAction

  2. + fallback using struts.xml config

gradle jetty / tomcat / debug
# chose container: setup gretty closure (jetty8, jetty9 doesn't works)
gradle appRun # instead of jettyRun or tomcatRun

# debug (defaut debug port: 5005)
gradle appRunDebug appRun --parallel
build and run
docker-compose down -v; ./gradlew; ./mvnw; docker-compose up --build --force-recreate --remove-orphans

http :8080/webapp/
http :8080/webapp/hello-action