Broadcom-VMware
2V0-72.22PSE · Question #43
Which two statements are correct regarding Spring Boot auto-configuration customization? (Choose two.)
The correct answer is A. Use the @AutoConfigureAfter or @AutoConfigureBefore annotations to apply configuration in B. Disable specific auto-configuration classes by using the exclude attribute on the. auto-configuration.html
Cloud Native
Question
Which two statements are correct regarding Spring Boot auto-configuration customization? (Choose two.)
Options
- AUse the @AutoConfigureAfter or @AutoConfigureBefore annotations to apply configuration in
- BDisable specific auto-configuration classes by using the exclude attribute on the
- CProvide customized auto-configuration by subclassing the provided Spring Boot auto-
- DEnable component scanning within auto-configuration classes to find necessary components.
- EControl the order of auto-configuration classes applied with @AutoConfigureOrder.
How the community answered
(31 responses)- A81% (25)
- C10% (3)
- D6% (2)
- E3% (1)
Explanation
auto-configuration.html
Topics
#@AutoConfigureAfter#@AutoConfigureBefore#exclude auto-configuration#@AutoConfigureOrder
Community Discussion
No community discussion yet for this question.