Skip to content

abhirockzz/javaee-cdi-concurrency-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To run on Docker

  • Shortcut

    • docker pull abhirockzz/javaee-cdi-concurrency-utils
    • docker run -it -p 8080:8080 abhirockzz/javaee-cdi-concurrency-utils
  • Build it yourself using the Dockerfile in the project (it uses this Payara image as the base)

    • docker build -t <your tag> .
    • docker run -it -p 8080:8080 <your tag>

To run

  • git clone the project and execute mvn clean install
  • Deploy javaee-cdi-concurrency-utils.war in target directory to any of the Java EE 7 containers

To check

  • execute a HTTP POST to http://localhost:8080/javaee-cdi-concurrency-utils/tasks/ - this initiates a task and returns the task ID

Releases

No releases published

Packages

No packages published

Languages