We have been using embedded tomcat to run my Spring Boot applications.
We now want to use embedded Websphere Liberty Profile (WLP) to run the Spring Boot applications.
Is there a way to embed WLP similar to Tomcat and run instead of deploying the WAR as in traditional WAS deployments.