Closed snicoll closed 6 years ago
This @ConditionalOnProperty condition refers to a property that has no metadata.
@ConditionalOnProperty
As a result, trying to use it to customize the auto-configuration lead to a warning in an IDE.
The format of the property looks like Actuator 1.5 so maybe it is an oversight?
This
@ConditionalOnProperty
condition refers to a property that has no metadata.As a result, trying to use it to customize the auto-configuration lead to a warning in an IDE.
The format of the property looks like Actuator 1.5 so maybe it is an oversight?