Spring boot wep application to IBM Websphere

Vasanth picture Vasanth · Oct 21, 2015 · Viewed 15.1k times · Source

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.

Answer

luboskrnac picture luboskrnac · Oct 21, 2015

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