I need to load a property from a .yml file, which contains the path to a folder where the application can read files from.
.yml
I\'m using the following code
For example: application.yml
key: name: description here
Your Class:
@Value("${key.name}") private String abc;