导出为 war 时 Eclipse 不包含我的 javascript 文件
导出为 WAR 时如何包含 javascript 文件?
How do you include javascript files when exporting as a WAR?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
导出为 WAR 时如何包含 javascript 文件?
How do you include javascript files when exporting as a WAR?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
只需将其放在 WebContent 文件夹(而不是 WEB-INF)文件夹中的某个位置即可。
如果您好奇,可以将战争重命名为 zip 来查看战争的结构。
Just put it somewhere in the WebContent folder (not in the WEB-INF) folder.
If you curious you can view the structure of a war by renaming it to zip.