覆盖 WAR 类目录

发布于 2025-01-08 03:16:11 字数 306 浏览 1 评论 0原文

如果您使用 Ant 通过 war 任务创建 WAR,那么(如所解释的 这里)它会自动在WAR中创建一个WEB_INF/classes/目录。我想将生成的 classes/ 目录的名称更改为 classpath/ ,但不知道如何更改。

如果可能的话,有人会提供一个代码示例以及对说明如何执行此操作的文档的引用(我很好奇!)。谢谢!

If you use the Ant to create your WAR via the war task, then (as explained here) it will automatically create a WEB_INF/classes/ directory in the WAR. I would like to change the name of this generated classes/ directory to, say, classpath/ and can't figure out how.

If this is possible, would someone provide a code example as well as a reference to the documentation that shows how to do this (I'm curious!). Thanks!

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

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

发布评论

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

评论(1

小耗子 2025-01-15 03:16:11

您不应该将的名称更改为其他名称。

WAR 文件的目录结构是标准的,并为应用程序的所有 .class 文件定义了 WEB-INF\classes

You shouldn't change the name of the classes to something else.

The directory structure of a WAR file is standard and defines a WEB-INF\classes for all the .class files of your application

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