简体   繁体   中英

Does Spring Boot Support EJB

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.

You can deploy WebSphere Liberty in a Docker container. There are official images on Docker Hub.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM