类 SpringBootAotPlugin
java.lang.Object
org.springframework.boot.gradle.plugin.SpringBootAotPlugin
Gradle plugin for Spring Boot AOT.
- 从以下版本开始:
- 3.0.0
- 作者:
- Andy Wilkinson
-
字段概要
字段修饰符和类型字段说明static final String
Name of the mainaot
source set
.static final String
Name of theaotTest
source set
.static final String
Name of the defaultProcessAot
task.static final String
Name of the defaultProcessAot
task. -
构造器概要
构造器 -
方法概要
-
字段详细资料
-
AOT_SOURCE_SET_NAME
Name of the mainaot
source set
.- 另请参阅:
-
AOT_TEST_SOURCE_SET_NAME
Name of theaotTest
source set
.- 另请参阅:
-
PROCESS_AOT_TASK_NAME
Name of the defaultProcessAot
task.- 另请参阅:
-
PROCESS_TEST_AOT_TASK_NAME
Name of the defaultProcessAot
task.- 另请参阅:
-
-
构造器详细资料
-
SpringBootAotPlugin
public SpringBootAotPlugin()
-
-
方法详细资料