Kizspy | Question: 21
(Choose 1 answer)
FJOVERFLOW.COM
What is the purpose of Spring Boot's externalized configuration?
A. To embed all configurations within the application code.
B. To allow configuration from external files like application.properties or application.yml.
C. To remove configuration options entirely.
D. To require database configuration only.