Skip to content

maxenglander/jersey-versioning-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

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

No packages published

Languages