gpt4 book ai didi

java - Struts2 中的属性文件位置

转载 作者:行者123 更新时间:2023-11-30 08:36:46 25 4
gpt4 key购买 nike

我在我的应用程序中使用 Struts2。我有一个 MessageResources.properties,其中提供了所有键和值。该文件位于 ${tomcat_home}/properties/resources 位置。我的问题是如何在 struts.xml 中提供此文件位置?在 struts.xml 我试过给

<constant name="struts.custom.i18n.resources" value="/usr/local/tomcat/properties/resources/MessageResources"/>

但这行不通。未检索属性。

最佳答案

Struts2 从类路径加载属性。将您的属性文件放在给定包下的 srcresources 文件夹中。

如果包名是 com.example.resources 那么你应该使用

<constant name="struts.custom.i18n.resources" value="/com/example/resources/MessageResources"/>

关于java - Struts2 中的属性文件位置,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37570985/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com