mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-26 03:19:02 +00:00
Update AbstractEndpoint so that the `enable` property is optional and when it not specified the `endpoints.enabled` property will be used. This allows users to switch the way that endpoints are enabled. Rather than opting-out specific endpoint enablement the `endpoints.enabled` property can be set to `false` and specific endpoints can be opted-in. Fixes gh-2102