类 StandardLayers
java.lang.Object
org.springframework.boot.loader.tools.StandardLayers
Base class for the standard set of
Layers
. Defines the following layers:
- "dependencies" - For non snapshot dependencies
- "spring-boot-loader" - For classes from
spring-boot-loader
used to launch a uber jar - "snapshot-dependencies" - For snapshot dependencies
- "application" - For application classes and resources
- 从以下版本开始:
- 2.3.0
- 作者:
- Madhura Bhave, Phillip Webb
-
字段详细资料
-
DEPENDENCIES
The dependencies layer. -
SPRING_BOOT_LOADER
The spring boot loader layer. -
SNAPSHOT_DEPENDENCIES
The snapshot dependencies layer. -
APPLICATION
The application layer.
-
-
构造器详细资料
-
StandardLayers
public StandardLayers()
-
-
方法详细资料