gpt4 book ai didi

java - 使用 Maven 运行 Jersey 示例

转载 作者:行者123 更新时间:2023-11-30 10:47:11 25 4
gpt4 key购买 nike

鉴于 repo https://github.com/jersey/jersey本地克隆:

/examples 中构建和运行演示需要什么 maven 命令?

我的假设是您应该能够克隆存储库并让所有示例正常工作,而无需更改任何 *.pom 文件中的任何内容。那是对的吗?

最佳答案

是的,您不需要编辑任何内容。请按照以下步骤操作:

  1. git clone git@github.com:jersey/jersey.git
  2. cd Jersey
  3. mvn clean install -DskipTests
  4. cd examples/helloworld-webapp/
  5. mvn clean compile exec:java
  6. 打开:http://localhost:8080/helloworld-webapp/helloworld

如果你不喜欢构建不稳定的前沿,你可以检查一个发布标签:

1.1(在克隆之后,或稍后在父目录中):git checkout tags/2.22.2

其他步骤相同

关于java - 使用 Maven 运行 Jersey 示例,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36238215/

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