Polish new layered jar support

This commit is contained in:
Andy Wilkinson
2020-04-03 10:47:57 +01:00
parent 3e936dd735
commit 34e602652c
10 changed files with 182 additions and 34 deletions

View File

@@ -26,6 +26,8 @@ import java.util.stream.Stream;
* Base class for the standard set of {@link Layers}. Defines the following layers:
* <ol>
* <li>"dependencies" - For non snapshot dependencies</li>
* <li>"spring-boot-loader" - For classes from {@code spring-boot-loader} used to launch a
* fat jar</li>
* <li>"snapshot-dependencies" - For snapshot dependencies</li>
* <li>"application" - For application classes and resources</li>
* </ol>