guhya / mvc-content-neg-views

Demonstration application showing the use of Content-Negotiation in Spring MVC with multiple Views

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mvc-content-neg-views

Demonstration application showing the use of Content-Negotiation in Spring MVC with multiple Views

Prerequisites

The following items should be installed in your system:

Note: when m2e is available, there is an m2 icon in Help -> About dialog. If m2e is not there, just follow the install process here: http://eclipse.org/m2e/download/

Steps:

  1. In the command line
git clone git@github.com:paulc4/mvc-content-neg-views

2a) Inside Eclipse/STS

File -> Import -> Maven -> Existing Maven projects

2b) Alternatively, import as Eclipse projects

mvn eclipse:eclipse
File -> Import -> General -> Existing Projects Into Workspace

About

Demonstration application showing the use of Content-Negotiation in Spring MVC with multiple Views


Languages

Language:Java 96.1%Language:CSS 3.9%