gpt4 book ai didi

java - 如何从 git 项目创建 war 文件

转载 作者:行者123 更新时间:2023-12-02 05:07:29 24 4
gpt4 key购买 nike

我想从现有的 github 项目创建一个 war 文件。问题是我无法使用 Eclipse 或 Intellij 打开这个项目。我想将此项目上传到 Google App Engine。项目目录是否有问题或者我做错了什么?

这是该项目;

https://github.com/zackzachariah/Foursquare-Welcome-Screen

最佳答案

下载git的zip,Foursquare-Welcome-Screen-master.zip;解压到Foursquare-Welcome-Screen-master文件夹; cd 进入该文件夹并运行 jar -cvf ../Foursquare-Welcome-Screen-master.war *;现在 war 与 Foursquare-Welcome-Screen-master 位于同一文件夹中。

但是,WAR 是部署到 J2EE 服务器引擎的特定格式,需要一定的配置才能工作。请注意,在 Foursquare-Welcome-Screen-master 中有一个 war 文件夹。这已经是一个可部署的 war 。它可以转换为 .war 文件,应用程序服务器会将其解绑成现在的形式,但这不是必需的。

最好看看 Foursquare-Welcome-Screen-master/README.md,其中包含有关在您自己的 Google App Engine 上进行设置的完整说明。

关于java - 如何从 git 项目创建 war 文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27650023/

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