View all questions & answers for the 2V0-72.22 exam
Spring Boot will find and load property files in which of the following? (Choose the best answer.)
A *.properties file matching the name of the class annotated with @SpringBootApplication.
config.properties or config.yml, usually located in the classpath root.
application.properties or application.yml, usually located in the classpath root.
env.properties or env.yml, usually located in the classpath root.
Submit