Closed
Description
Issue:
If actuator starter dependency is included in the project, the resource strategies stop working, for instance, GZip or Content Versioning strategies are not called. Even AbstractResourceHandler stops getting invoked. Removing the actuator starter dependency makes the config start working again. This is reproducible on a simple https://start.spring.io template (with thymeleaf, web and actuator starters) as well. This also gets resolved on downgrading to 2.0.5. Sample repo is provided below
Sample Repo:
https://github.com/iamareebjamal/spring-boot-resource-versioning-bug
Environment:
Spring Boot 2.0.6