JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Interface
org.springframework.boot.gradle.tasks.bundling.BootArchive
Packages that use
BootArchive
Package
Description
org.springframework.boot.gradle.tasks.bundling
Support for creating executable jars and wars.
Uses of
BootArchive
in
org.springframework.boot.gradle.tasks.bundling
Classes in
org.springframework.boot.gradle.tasks.bundling
that implement
BootArchive
Modifier and Type
Class
Description
class
BootJar
A custom
Jar
task that produces a Spring Boot executable jar.
class
BootWar
A custom
War
task that produces a Spring Boot executable war.