I'd like to import a xml resource from users home directory:
<import resource="${user.home}/beans.xml" />
But this one does not work (placeholder is not replaced).
The PropertyPlaceholderConfigurer does not give me a way to do that?! Any ideas?
|
I'd like to import a xml resource from users home directory:
But this one does not work (placeholder is not replaced). The PropertyPlaceholderConfigurer does not give me a way to do that?! Any ideas?
| |||||
feedback
|
|
You will have to specify the absolute path for the same.
| |||
|
feedback
|