sammso / spring430-rest-example

Simple Spring 4.3.0 Rest MVC Example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Project packaging is war file. To run this, deploy to an application container (such as Apache Tomcat)

About

Simple Spring 4.3.0 Rest MVC Example


Languages

Language:Java 100.0%