标签: spring-mvc spring-boot websphere-7
我使用spring boot创建了Web应用程序(Spring MVC),并通过内置服务器apache tomcat(maven tomcat插件)执行它。它工作正常。所以我的问题是如何将此WAR部署到WAS 7.0应用程序服务器。
答案 0 :(得分:3)
您只需将Maven中的打包更改为WAR并定义部署描述符。 Read this section if Spring Boot reference docs