I need to access property file outside the class path. The file path will be in windows
C:\Temp\remote.txt
or in linux /tmp/remote.txt
. How can my spring solution can access this
file and read the content when starting up the application server.
How can I do this with
Spring PropertyPlaceholderConfigurer
or with any other mechanism in my spring hibernate
application