[FEATURE REQ] Enable/disable azure-spring-boot auto configurations based on properties #23367
Closed
Labels
azure-spring
All azure-spring related issues
Client
This issue points to a problem in the data-plane of the library.
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
feature-request
This issue requires a new behavior in the product in order be resolved.
Milestone
Is your feature request related to a problem? Please describe.
There is currently no flexibility in when the *AutoConfiguration classes in azure-spring-boot are applied. In some scenarios it is feasible to disable certain *AutConfiguration classes. This would provide flexibility in configuring different Spring context, especially in tests.
Describe the solution you'd like
Support enabling/disabling of *AutoConfiguration classes in azure-spring-boot using properties. For example: azure.storage.enabled or azure.cosmos.enabled.
Describe alternatives you've considered
None.
Additional context
None.
The text was updated successfully, but these errors were encountered: