Skip to content
 
 

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jaxrs-tutorials

RESTful Web Services with JAX-RS

cURL requests

curl http://localhost:8080/api/users
curl http://localhost:8080/api/users/1
curl -v http://localhost:8080/api/exception
curl http://localhost:8080/api/users -X POST -H "Content-Type: application/json" -d '{"name":"John"}'

About

RESTful Web Services with JAX-RS

Resources

Stars

0 stars

Watchers

4 watching

Forks

Releases

Packages

Contributors

Languages