Which statement is true about the @PropertySource annotation? (Choose the best answer.)
Select an option, then click Submit answer.
-
○
Used to designate the location of the application.properties file in a Spring Boot application.
-
○
Used to easily look up and return a single property value from some external property file.
-
○
Used to designate the file directory of the application.properties file in a Spring Boot application.
-
○
Used to add a set of name/value pairs to the Spring Environment from an external source.

