Skip to content

jiaxing/grizzly-jersey-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

grizzly-jersey-service

A Java REST API based on Grizzly and Jersey.

Feature:

  • Jersey configuration
  • Async request processing

How-To:

Build the service in a docker container:

docker run --rm -v $(pwd):/app jaysong/gradle:8-2.13 installDist

Run the service in a docker container:

docker run -it --rm --expose 8080 -p 8080:8080 -v $(pwd)/tmp:/data -v $(pwd)/build/install/app:/app jaysong/jrunner:8-jre-alpine ./bin/app

About

A Java REST API based on Grizzly and Jersey

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages