See: Description
Interface | Description |
---|---|
BootArchive |
A Spring Boot "fat" archive task.
|
Class | Description |
---|---|
BootJar |
A custom
Jar task that produces a Spring Boot executable jar. |
BootWar |
A custom
War task that produces a Spring Boot executable war. |
LaunchScriptConfiguration |
Encapsulates the configuration of the launch script for an executable jar or war.
|
Enum | Description |
---|---|
ZipCompression |
An enumeration of supported compression options for an entry in a ZIP archive.
|