a-zink / spring-boot-bower-grunt

A project template for building a Web-UI application with Spring Boot, NPM, Bower, Grunt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web-UI Application Project Template

  • Simple Spring Boot application using Spring MVC and Thymeleaf
  • Frontend dependencies are managed using Bower
  • Frontend resources are packaged/minified/... using Grunt
  • Frontend build is managed with frontend-maven-plugin (downloads npm and has m2e support!)
  • Only the frontend resources really needed are packaged with the application
  • Profiles 'development' and 'production' can be used to switch between original and minified frontend resources
  • Spring Boot Devtools for automatic redeployment on changes

About

A project template for building a Web-UI application with Spring Boot, NPM, Bower, Grunt


Languages

Language:HTML 59.1%Language:JavaScript 25.3%Language:Java 14.0%Language:CSS 1.7%