Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ghusta/jersey-jackson-rest

Test Jersey - JAX-RS 2.1 - Jackson 2 on Tomcat
https://github.com/ghusta/jersey-jackson-rest

jackson jax-rs rest-api

Last synced: about 2 months ago
JSON representation

Test Jersey - JAX-RS 2.1 - Jackson 2 on Tomcat

Awesome Lists containing this project

README

        

# Test Jersey - JAX-RS 2.1 - Jackson 2 on Tomcat

## Docker

### Build image

> docker build --tag ghusta/tomcat-jersey .

### Run image

> docker run -d --name rest-test -p 8585:8080 ghusta/tomcat-jersey

## Notes

* JAX-RS 2.1 support in [Jersey](https://eclipse-ee4j.github.io/jersey/) since v2.26.