Broadcom-VMware
2V0-72.22 · Question #41
Spring Boot will find and load property files in which of the following? (Choose the best answer.)
The correct answer is C. application.properties or application.yml, usually located in the classpath root. See the full explanation below for the reasoning.
Question
Spring Boot will find and load property files in which of the following? (Choose the best answer.)
Options
- AA *.properties file matching the name of the class annotated with @SpringBootApplication.
- Bconfig.properties or config.yml, usually located in the classpath root.
- Capplication.properties or application.yml, usually located in the classpath root.
- Denv.properties or env.yml, usually located in the classpath root.
How the community answered
(41 responses)- A10% (4)
- B15% (6)
- C71% (29)
- D5% (2)
Community Discussion
No community discussion yet for this question.