Skip to content

Latest commit

 

History

History

README.md

struts-examples Build Status

start struts XML routing project

gradle

./gradlew ; ./gradlew :appRun &

http :8080/app/
http :8080/app/hello
http :8080/app/customers/list

./gradlew :appStop

maven

./mvnw ; ./mvnw jetty:run &

http :8080/app/
http :8080/app/hello
http :8080/app/customers/list

./mvnw jetty:stop

build and run all

./mvnw ; ./gradlew
docker-compose down -v ; ./gradlew ; docker-compose up --build --force-recreate --remove-orphans

http :8080/app/
http :8080/app/hello
http :8080/app/customers/list

http :8081/app/
http :8081/app/hello
http :8081/app/customers/list

docker-compose down -v --rmi local