I have an EJB application which is running in WebSphere 7.x. We need to move away from Websphere 7.x and make this application independent of Websphere server We can use in build Tomcat or Undertow.
Does Spring Boot will support this approach?If not another option is we can use Liberty Profile of WebSphere along with Spring Boot.
We are moving towards this approach as we want to run this application in Docker.