Spring Boot will expose different features across versions. Sometimes property names are deprecated or renamed for example. Our opinions must consider the version of Boot being deployed
Using a decorator model this might be a core constraint for all opinions eg appliesToVersion
Spring Boot will expose different features across versions. Sometimes property names are deprecated or renamed for example. Our opinions must consider the version of Boot being deployed
Using a decorator model this might be a core constraint for all opinions eg
appliesToVersion
Related to #13