Open
Description
A colleague of mine wrote a custom spring boot starter (https://github.com/faucet-pipeline/faucet-pipeline-spring-boot-starter). This starter contains a property faucet-pipeline.cache-manifest
which by default is set to true
.
However for development it's recommended setting this to false
. This is described in the projects Readme but can easily be overseen. It forces any user of the starter to find a solution for setting this value to a different value in development as well.
It would be nice if the starter could provide something that will be picked up by DevTools and configure this automatically.
I'm sure that this is useful for many other starters as well.