类 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 StringThe coordinates(group:name:version)of thespring-boot-dependenciesbom.static final StringThe name of theConfigurationthat contains Spring Boot archives.static final StringThe name of the defaultBootBuildImagetask.static final StringThe name of the defaultBootJartask.static final StringThe name of the defaultBootWartask.static final StringThe name of thedevelopmentOnlyconfiguration.static final StringThe name of theproductionRuntimeClasspathconfiguration.static final StringThe name of theResolveMainClassNametask used to resolve a main class from the output of themainsource set.static final StringThe name of theResolveMainClassNametask used to resolve a main class from the output of thetestsource set then, if needed, the output of themainsource set.static final StringThe name of thetestAndDevelopmentOnlyconfiguration. -
构造器概要
构造器 -
方法概要
-
字段详细资料
-
BOOT_ARCHIVES_CONFIGURATION_NAME
The name of theConfigurationthat contains Spring Boot archives.- 从以下版本开始:
- 2.0.0
- 另请参阅:
-
BOOT_JAR_TASK_NAME
The name of the defaultBootJartask.- 从以下版本开始:
- 2.0.0
- 另请参阅:
-
BOOT_WAR_TASK_NAME
The name of the defaultBootWartask.- 从以下版本开始:
- 2.0.0
- 另请参阅:
-
BOOT_BUILD_IMAGE_TASK_NAME
The name of the defaultBootBuildImagetask.- 从以下版本开始:
- 2.3.0
- 另请参阅:
-
DEVELOPMENT_ONLY_CONFIGURATION_NAME
The name of thedevelopmentOnlyconfiguration.- 从以下版本开始:
- 2.3.0
- 另请参阅:
-
TEST_AND_DEVELOPMENT_ONLY_CONFIGURATION_NAME
The name of thetestAndDevelopmentOnlyconfiguration.- 从以下版本开始:
- 3.2.0
- 另请参阅:
-
PRODUCTION_RUNTIME_CLASSPATH_CONFIGURATION_NAME
The name of theproductionRuntimeClasspathconfiguration.- 另请参阅:
-
RESOLVE_MAIN_CLASS_NAME_TASK_NAME
The name of theResolveMainClassNametask used to resolve a main class from the output of themainsource set.- 从以下版本开始:
- 3.0.0
- 另请参阅:
-
RESOLVE_TEST_MAIN_CLASS_NAME_TASK_NAME
The name of theResolveMainClassNametask used to resolve a main class from the output of thetestsource set then, if needed, the output of themainsource set.- 从以下版本开始:
- 3.1.0
- 另请参阅:
-
BOM_COORDINATES
The coordinates(group:name:version)of thespring-boot-dependenciesbom.
-
-
构造器详细资料
-
SpringBootPlugin
public SpringBootPlugin()
-
-
方法详细资料