Search code examples
spring-mvcspring-bootwebsphere-7

Spring boot wep application to IBM Websphere


I have created the Web application(Spring MVC) using spring boot and executed it via in-build server apache tomcat( maven tomcat plugin). it is working fine. So my question is how to deploy this WAR into WAS 7.0 application server.


Solution

  • You just need to change packaging in Maven to WAR and define deployment descriptor. Read this section if Spring Boot reference docs.