Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 251 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 251 Bytes

spring-rest-example

Simple Spring Rest MVC Example to demonstrate a simple bookservice example which allows Get and Add of a book via Rest EndPoints. This example can produce JSON or XML based on the Accept-Header of the client.