java.lang.Object
org.springframework.boot.loader.tools.Layer

public class Layer extends Object
A named layer used to separate the jar when creating a Docker image.
从以下版本开始:
2.3.0
作者:
Madhura Bhave, Phillip Webb
另请参阅:
  • 构造器详细资料

    • Layer

      public Layer(String name)
      Create a new Layer instance with the specified name.
      参数:
      name - the name of the layer.
  • 方法详细资料