spring-boot/spring-boot-devtools
Craig Andrews fc535fe27c Disable resource chain cache when DevTools is enabled
If the resource chain is used, such as by using the
`"spring.resources.chain.strategy.content.enabled"` property,
resource chain caching can prevent the developer from seeing
changes made to resources, so that caching should be disabled
when DevTools is enabled.

This commit sets the `"spring.resources.chain.cache"` property
to `true` when devtools is enabled.
2016-11-03 10:44:32 +01:00
..
src Disable resource chain cache when DevTools is enabled 2016-11-03 10:44:32 +01:00
pom.xml Initiate 1.4.x branch 2016-09-21 11:11:24 +02:00