Spring MVC + Mustache JS example

Template for Spring 4 MVC + Mustache JS Template, using Maven build tool and JDK 8 Nashorn Javascript engine.

###1. Technologies used

  • Spring 4.2.4.RELEASE
  • mustache.js
  • JDK 1.8.0_66
  • Jackson 2.7
  • Boostrap 3
  • Maven 3
  • Tomcat 8

###2. To Run this project locally

$ git clone https://github.com/mkyong/spring-mvc-mustache-js-template
$ mvn jetty:run

Access http://localhost:8080/spring

###3. To import this project into Eclipse IDE

  1. $ mvn eclipse:eclipse
  2. Import into Eclipse via existing projects into workspace option.
  3. Done.

###4. Project Demo Please refer to this article Spring MVC + Mustache Example