Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kyuff/versioned-service-demo
A Demo of using Jacksons @JsonView to create a versioned REST-like service with JAX-RS.
https://github.com/kyuff/versioned-service-demo
Last synced: 12 days ago
JSON representation
A Demo of using Jacksons @JsonView to create a versioned REST-like service with JAX-RS.
- Host: GitHub
- URL: https://github.com/kyuff/versioned-service-demo
- Owner: kyuff
- Created: 2013-10-03T16:34:11.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-10-03T18:58:00.000Z (about 11 years ago)
- Last Synced: 2024-04-16T18:23:38.289Z (7 months ago)
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Demo applikation to show versioned REST apis with JsonView and JAX-RS
Usage:
git clone https://github.com/kyuff/versioned-service-demo.git
cd versioned-service-demo
mvn jetty:runPoint a browser to:
* http://localhost:8080/api/person/7/1
* http://localhost:8080/api/person/7/2Where the last number in the URL is the API version number.