Initial commit

This commit is contained in:
Greg Turnquist
2017-05-25 11:09:03 -05:00
commit e8a9bc94e7
22 changed files with 1712 additions and 0 deletions

15
README.adoc Normal file
View File

@@ -0,0 +1,15 @@
= Spring HATEOAS Examples
image:https://travis-ci.org/spring-projects/spring-hateoas-examples.svg?branch=issue%2F%2313[Build Status,link=https://travis-ci.org/spring-projects/spring-hateoas-examples]
This repository contains example projects to interact with Spring HATEOAS.
* Learn how to interact with a Spring HATEOAS-powered app, from inside as well as the command line.
* See how to upgrade a REST resource without having to create new mediatypes, version URIs, etc.
We have separate folders for each of these:
== Spring HATEOAS Modules
* `basics` - Poke and prod at a hypermedia-powered service from inside the code as well as externally using standard tools
* `upgrade` - Upgrade an existing REST resource