initializr/initializr-web
Brian Clozel 4de86e1401 Configure a cache busting resource chain
This commit configures a resource chain with
`resources.chain.strategy.content.enabled`, enabling cache busting for
static resources based on the hash of their content.

A template helper (here a Groovy Closure) is added to the model given to
the view for appending hashes to static links such as:

    "/css/spring.css" -> "/css/spring-d35c4193cd32e7e44cda5737205c0c0e.css"

Fixes #321
2016-12-01 12:07:47 +01:00
..
src Configure a cache busting resource chain 2016-12-01 12:07:47 +01:00
pom.xml Switch off smoke tests by default in IDE 2016-09-26 16:54:30 +01:00