0

我想为我的 Web 应用程序配置包含一个 xml 文件。我想使用我的控制器中的配置,可能还有 taglibs。我应该在哪里包含此配置文件以及如何访问它?

这是我的项目树目录:

web proj/
   |
   |---Java Resource/
   |         |
   |         |---src
   |         |---resources
   |                |
   |                |---messages_en.properties
   |                |---messages_de.properties
   |
   |---build/
   |
   |---WebContent/
   |       |
   |       |---css/
   |       |---images/
   |       |---js/
   |       |---META-INF/
   |       |---themes/
   |       |---WEB-INF/
   |       |      |
   |       |      |---jsp/
   |       |      |---lib/
   |       |      |---web-servlet.xml
   |       |      |---spring-security.xml
   |       |      |---tiles.xml
   |       |      |---web.xml
   |       |---index.jsp
   |---build.properties
   |---build.xml

非常感谢。

4

0 回答 0