Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个使用 Maven 和 Spring 和 Hibernate 构建的 JAVA 应用程序。每当将任何代码更改提交到 SVN 时,我的项目都会使用 TeamCity 生成新的 WAR。我需要找到使用 teamcity 的替代方法。即,我们需要能够在没有 teamCity 帮助的情况下将本地 WAR 部署到测试环境中(以便测试人员可以完成他们的工作)。我曾尝试用本地 WAR 替换 TeamCity WAR,但这不起作用。欢迎大家提出意见 。