Spring 将 wep 应用程序引导至 IBM Websphere

Spring boot wep application to IBM Websphere

我已经使用 spring 引导创建了 Web 应用程序(Spring MVC)并通过内置服务器 apache tomcat(maven tomcat 插件)执行了它。它工作正常。所以我的问题是如何将这个 WAR 部署到 WAS 7.0 应用程序服务器中。

您只需要将 Maven 中的打包更改为 WAR 并定义部署描述符。 Read this section if Spring Boot reference docs.