【发布时间】:2015-10-21 18:00:35
【问题描述】:
我使用 Spring Boot 创建了 Web 应用程序(Spring MVC)并通过内置服务器 apache tomcat(maven tomcat 插件)执行它。它工作正常。所以我的问题是如何将这个 WAR 部署到 WAS 7.0 应用服务器中。
【问题讨论】:
标签: spring-mvc spring-boot websphere-7
我使用 Spring Boot 创建了 Web 应用程序(Spring MVC)并通过内置服务器 apache tomcat(maven tomcat 插件)执行它。它工作正常。所以我的问题是如何将这个 WAR 部署到 WAS 7.0 应用服务器中。
【问题讨论】:
标签: spring-mvc spring-boot websphere-7
您只需将 Maven 中的打包更改为 WAR 并定义部署描述符。 Read this section if Spring Boot reference docs.
【讨论】: