ExamGecko
Question list
Search
Search

Question 24 - 2V0-72.22 discussion

Report
Export

Which two statements are correct regarding Spring Boot auto-configuration customization? (Choose two.)

A.
Use the @AutoConfigureAfter or @AutoConfigureBefore annotations to apply configuration in a specific order.
Answers
A.
Use the @AutoConfigureAfter or @AutoConfigureBefore annotations to apply configuration in a specific order.
B.
Disable specific auto-configuration classes by using the exclude attribute on the @EnableAutoConfiguation annotation.
Answers
B.
Disable specific auto-configuration classes by using the exclude attribute on the @EnableAutoConfiguation annotation.
C.
Provide customized auto-configuration by subclassing the provided Spring Boot auto-configuration classes.
Answers
C.
Provide customized auto-configuration by subclassing the provided Spring Boot auto-configuration classes.
D.
Enable component scanning within auto-configuration classes to find necessary components.
Answers
D.
Enable component scanning within auto-configuration classes to find necessary components.
E.
Control the order of auto-configuration classes applied with @AutoConfigureOrder.
Answers
E.
Control the order of auto-configuration classes applied with @AutoConfigureOrder.
Suggested answer: A, B

Explanation:

Reference: https://docs.spring.io/spring-boot/docs/1.4.3.RELEASE/reference/html/using-boot-autoconfiguration.html

asked 16/09/2024
sailakshmi KM
41 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first