Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ghusta/jersey-jackson-rest
- Owner: ghusta
- Created: 2017-08-18T15:43:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-11-30T07:01:29.000Z (about 1 year ago)
- Last Synced: 2024-04-16T11:34:51.960Z (9 months ago)
- Topics: jackson, jax-rs, rest-api
- Language: Java
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.