GitHub - maxenglander/jersey-versioning-example: Examples of how to do header-based versioning in Jersey · GitHub
Skip to content

maxenglander/jersey-versioning-example

Folders and files

Repository files navigation

Jersey Versioning Example

Example of how to version resources in Jersey.

Request resources

V1

curl -H "Accept: application/vnd.musicstore-v1+json" http://localhost:8080/track/1

V2

curl -H "Accept: application/vnd.musicstore-v2+json" http://localhost:8080/track/1

About

Examples of how to do header-based versioning in Jersey

Resources

Stars

Watchers

Forks

Packages

Contributors

Languages