Spring资源包的实现

发布于 2024-11-26 15:07:40 字数 106 浏览 3 评论 0原文

我正在春天为该项目实现资源包,项目非常庞大并且具有复杂的文件夹结构,我对文件夹结构感到困惑我想知道哪个文件应该放在哪里。基本上我正在使用属性文件和xml文件配置属性文件,然后在 jsp 中显示密钥。

I am implementing Resource bundle in spring for the project, project is pretty huge and has complex folder structure ,I am confused of the folder strure I would like to know which file should go where .Basically I am using a property file and a xml file to configuring the property file then displaying the key in jsp.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

不知所踪 2024-12-03 15:07:40

Spring 对资源包的抽象称为 MessageSource (3.8.2. 使用消息源)。谷歌一下,你会发现很多关于它的教程(最好的一个是 Spring 自己的参考文档)。您可以按照本教程使用Java的资源包。

并按照此博客将其用作网络应用程序

Spring's abstraction of resource bundle is called MessageSource (3.8.2. Internationalization using MessageSources). Google for it and you would find lot of tutorials on it (Best one is Spring's own reference doc). You can follow this tutorial to use Java's resource bundle.

And follow this blog to use it a web app

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文