VMware vRealize Automation 8.x (2022) — Question 40

Spring Boot will find and load property files in which of the following? (Choose the best answer.)

Answer options

Correct answer: C

Explanation

The correct answer is C, as Spring Boot specifically looks for application.properties or application.yml files in the classpath for configuration settings. Options A, B, and D are incorrect because while they mention valid filenames, they do not represent the standard naming convention that Spring Boot prioritizes for loading properties.