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 构建和运行的 java 应用程序(标准 POJO)。目前我将它用作桌面应用程序 (JAR),但现在我想将应用程序导出为 WAR 并在 tomcat 服务器上运行它。如何使用 Maven 做到这一点?
您将不得不对应用程序进行一些更改。特别是所有用户界面代码都需要从您现在使用的内容重写为 Web 界面。重新配置构建以创建战争可能是更容易的部分。您可以通过使用 war 插件来做到这一点。