Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 624 Bytes

File metadata and controls

21 lines (17 loc) · 624 Bytes

Stateful | Singleton Build Status

ejb-stateful-singleton

build and test
docker-compose down -v; ./mvnw; docker-compose up --build
http :8080/client/
http :8080/client/get\?key=EJB
http post :8080/client/set\?key=EJB\&value=some-value
http :8080/client/get\?key=EJB
http post :8080/client/counter/increment
http post :8080/client/counter/decr
http post :8080/client/counter/incr
http :8080/client/get\?key=EJB
http post :8080/client/reset