Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 566 Bytes

README.adoc

File metadata and controls

23 lines (16 loc) · 566 Bytes

struts-examples Build Status

This repository contains struts ONGL + CDI example: require Java EE runtime

run
./gradlew clean ; for i in $(docker ps -qa); do docker rm -f -v $i ; done ; ./gradlew ; docker-compose up --build -V --force-recreate
test
http :8080/my-chat/

links: