【发布时间】:2016-10-20 03:06:59
【问题描述】:
是否有任何使用 Liberty Profile 创建 Spring Boot 应用程序的示例,应该部署在 Docker 上。
我有以下要求。 1.需要创建一个Spring Boot application.Executable jar。 2.它应该使用Liberty Profile作为运行时服务器。如果可能我们需要将服务器打包在jar本身中。 3.这应该在Docker中部署/运行。
【问题讨论】:
-
您是在寻找一些入门指南,还是遇到了不确定如何解决的特定问题?
-
@R0MANARMY 我正在寻找入门,因为我是 docker 和 Liberty Profile 的新手。已经使用 Spring Boot 和 websphere Application Server 8.5。
-
你试过this tutorial吗?
标签: docker spring-boot websphere-liberty