Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bclozel/resource-handling-workshop

Managing front-end assets in Spring Boot 1.3+ web applications
https://github.com/bclozel/resource-handling-workshop

Last synced: about 1 month ago
JSON representation

Managing front-end assets in Spring Boot 1.3+ web applications

Awesome Lists containing this project

README

        

# Spring Framework Resource Handling Workshop

This feature has been introduced in Spring Framework 4.1 and explained
in https://spring.io/blog/2014/07/24/spring-framework-4-1-handling-static-web-resources[this blog post].

## Requirements

* Maven 3.2+
* JDK6+
* git

Optional:

* Node.js (see https://github.com/creationix/nvm[nvm])
* gradle (see http://gvmtool.net/[gvm])

include::serverside/README.adoc[leveloffset=+1]

include::angularjs/README.adoc[leveloffset=+1]

include::jsmodules/README.adoc[leveloffset=+1]