Java智能部署工具

发布于 2024-12-31 22:08:29 字数 1536 浏览 2 评论 0 原文

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

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

发布评论

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

评论(4

姜生凉生 2025-01-07 22:08:29

http://liverebel.com - 看看 LiveRebel。我认为这就是你所需要的。

http://liverebel.com - Take a look on LiveRebel. I think that is what you need.

守不住的情 2025-01-07 22:08:29

我也找到了一些工具:

  • Glu,由 LinkedIn 团队维护
  • ControlTier,它似乎能够做到这一点,而且还有更多
  • Chef,如果您想编写自己的部署工具,这是一个 Java 框架(这不是我的情况,但其他人可能会感兴趣)

I have found some tools, too:

  • Glu, which is maintained by the LinkedIn team
  • ControlTier, which seems able to do that and much, much more
  • Chef, which is a Java framework if you want to write your own deployment tool (which is not my case, but could be interesting for somebody else)
挽心 2025-01-07 22:08:29

Kwaee (http://www.kwatee.net) 既可以进行战争部署,也可以进行爆炸部署。它有一个 Web 用户界面,但您可以通过 python CLI 或提供的 ant 任务将其自动化。

Kwatee (http://www.kwatee.net) can do both war or exploded deployments. It has a web user interface but you can automate it via python CLIs or a supplied ant task.

怪异←思 2025-01-07 22:08:29

我认为您可以使用 maven wagon 插件 来执行此操作。尝试 wagon:upload-single 目标 - 我认为这就是您正在寻找的目标,可以这么说,您只需要填写配置空白即可。

需要记住的一个问题 - 您需要将服务器配置添加到您的 Maven settings.xml 文件中,这很容易做到,只是不要忘记它。

I think you could use the maven wagon plugin to do this. Try the wagon:upload-single goal - I think it is what you are looking for, you just need to fill in the configuration blanks so to speak.

One gotcha to remember - you need to add the server configuration to your maven settings.xml file, which is pretty easy to do, just don't forget it.

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