Hello I am new to Spring so please forgive me if its a silly question.
I need to load a properties file from a path specified in the environment variables, For example, my environment variable will contain a pah to a folder - MY_ENV=D:\abc. And in this directory i will have my .properties file.
Thanks