gpt4 book ai didi

javascript - 如何将 Angular 8 项目构建为 .war 文件

转载 作者:行者123 更新时间:2023-12-01 18:39:44 24 4
gpt4 key购买 nike

我想知道如何将 Angular 应用程序构建为 .war 文件,以便我可以使用 maven 部署到 WAS 服务器

最佳答案

war 文件结构如下

Root/ - Web resources.
WEB-INF/ - directory for application support
lib/ - supporting jar files
web.xml - configuration file for the application

将 html、js 和 css 文件放在 war 文件的根目录中,该文件将用作 Web 资源。您可以忽略 WEB-INF/lib 文件夹,因为 Angular 不需要任何 java 库。

关于javascript - 如何将 Angular 8 项目构建为 .war 文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59959886/

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