类 SpringBootPlugin
java.lang.Object
org.springframework.boot.gradle.plugin.SpringBootPlugin
Gradle plugin for Spring Boot.
- 从以下版本开始:
- 1.2.7
- 作者:
- Phillip Webb, Dave Syer, Andy Wilkinson, Danny Hyun, Scott Frederick
-
字段概要
字段修饰符和类型字段说明static final String
The coordinates(group:name:version)
of thespring-boot-dependencies
bom.static final String
The name of theConfiguration
that contains Spring Boot archives.static final String
The name of the defaultBootBuildImage
task.static final String
The name of the defaultBootJar
task.static final String
The name of the defaultBootWar
task.static final String
The name of thedevelopmentOnly
configuration.static final String
The name of theproductionRuntimeClasspath
configuration.static final String
The name of theResolveMainClassName
task used to resolve a main class from the output of themain
source set.static final String
The name of theResolveMainClassName
task used to resolve a main class from the output of thetest
source set then, if needed, the output of themain
source set.static final String
The name of thetestAndDevelopmentOnly
configuration. -
构造器概要
构造器 -
方法概要
-
字段详细资料
-
BOOT_ARCHIVES_CONFIGURATION_NAME
The name of theConfiguration
that contains Spring Boot archives.- 从以下版本开始:
- 2.0.0
- 另请参阅:
-
BOOT_JAR_TASK_NAME
The name of the defaultBootJar
task.- 从以下版本开始:
- 2.0.0
- 另请参阅:
-
BOOT_WAR_TASK_NAME
The name of the defaultBootWar
task.- 从以下版本开始:
- 2.0.0
- 另请参阅:
-
BOOT_BUILD_IMAGE_TASK_NAME
The name of the defaultBootBuildImage
task.- 从以下版本开始:
- 2.3.0
- 另请参阅:
-
DEVELOPMENT_ONLY_CONFIGURATION_NAME
The name of thedevelopmentOnly
configuration.- 从以下版本开始:
- 2.3.0
- 另请参阅:
-
TEST_AND_DEVELOPMENT_ONLY_CONFIGURATION_NAME
The name of thetestAndDevelopmentOnly
configuration.- 从以下版本开始:
- 3.2.0
- 另请参阅:
-
PRODUCTION_RUNTIME_CLASSPATH_CONFIGURATION_NAME
The name of theproductionRuntimeClasspath
configuration.- 另请参阅:
-
RESOLVE_MAIN_CLASS_NAME_TASK_NAME
The name of theResolveMainClassName
task used to resolve a main class from the output of themain
source set.- 从以下版本开始:
- 3.0.0
- 另请参阅:
-
RESOLVE_TEST_MAIN_CLASS_NAME_TASK_NAME
The name of theResolveMainClassName
task used to resolve a main class from the output of thetest
source set then, if needed, the output of themain
source set.- 从以下版本开始:
- 3.1.0
- 另请参阅:
-
BOM_COORDINATES
The coordinates(group:name:version)
of thespring-boot-dependencies
bom.
-
-
构造器详细资料
-
SpringBootPlugin
public SpringBootPlugin()
-
-
方法详细资料