nerdexam
Broadcom-VMware

2V0-72.22 · 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

Core Spring

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

(48 responses)
  • A
    83% (40)
  • C
    10% (5)
  • D
    4% (2)
  • E
    2% (1)

Explanation

auto-configuration.html

Topics

#auto-configuration#@AutoConfigureAfter#@AutoConfigureBefore#exclude attribute

Community Discussion

No community discussion yet for this question.

Full 2V0-72.22 Practice