从用户主目录导入资源
我想从用户主目录导入 xml 资源:
<import resource="${user.home}/beans.xml" />
但这不起作用(占位符未被替换)。
PropertyPlaceholderConfigurer 没有给我一种方法来做到这一点?!有什么想法吗?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您必须指定相同的绝对路径。
You will have to specify the absolute path for the same.