如何覆盖Jar中定义的资源文件?
在标准 J2EE Web 应用程序的文件结构中,我想要覆盖驻留在导入的 Jar 中的资源文件中定义的键值消息对。我知道我需要创建一个与我想要覆盖的名称相同的资源文件,但是我应该将该文件放在我的 Web 应用程序中的哪里,以便我的资源文件中定义的消息密钥将覆盖在Jar 中的资源文件?
In a file structure of standard J2EE Web application, I want to override a key-value message pair that defined in a resource file that reside in an imported Jar. I know that I need to create a resource file with the same name of which I want to override, But where should I put the file in my web application so that the message key defined in my resource file will override that of same key defined in the resource file in Jar?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
<应用程序目录>/WEB-INF/classes/path/of/the/resource/to/override
<application dir>/WEB-INF/classes/path/of/the/resource/to/override