Is there any example of creating Spring Boot application with Liberty Profile which should be deployed on Docker.
I have below requirements. 1.Need to create a Spring Boot application.Executable jar. 2.It should use Liberty Profile as run time server.If possible we need to package server in jar itself. 3.This should be deployed/run in Docker.