Template for Spring 4 MVC + jQuery Ajax + Jackson2, using Maven build tool.
###1. Technologies used
- Spring 4.2.2.RELEASE
- Jackson 2.6.3
- jQuery 1.10.2
- Boostrap 3
- Maven 3
###2. To Run this project locally
$ git clone https://github.com/mkyong/spring4-mvc-ajax-example
$ mvn jetty:run
Access http://localhost:8080/spring4ajax
###3. To import this project into Eclipse IDE
$ mvn eclipse:eclipse
- Import into Eclipse via existing projects into workspace option.
- Done.
###4. Project Demo Please refer to this article Spring 4 Ajax Example