Skip to content

VSaliy/spring-mvc-mustache-js-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 68.6%
  • Java 19.2%
  • HTML 11.3%
  • CSS 0.9%