apply() — spring-boot Function Reference
Architecture documentation for the apply() function in SpringBootPlugin.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 81c83f62_2eb3_3b0c_925b_357905fdab5e["apply()"] 7cbefc6b_a3c4_68e5_7a8b_ce65f0a954b5["verifyGradleVersion()"] 81c83f62_2eb3_3b0c_925b_357905fdab5e -->|calls| 7cbefc6b_a3c4_68e5_7a8b_ce65f0a954b5 5a9f3e0d_20ee_7297_c301_bc12911ee517["createExtension()"] 81c83f62_2eb3_3b0c_925b_357905fdab5e -->|calls| 5a9f3e0d_20ee_7297_c301_bc12911ee517 3c2fbaf2_7d3d_c143_50f5_4b5fded80cd4["createBootArchivesConfiguration()"] 81c83f62_2eb3_3b0c_925b_357905fdab5e -->|calls| 3c2fbaf2_7d3d_c143_50f5_4b5fded80cd4 cd8022a9_5a8f_70b0_68a7_b58a9dee1a93["registerPluginActions()"] 81c83f62_2eb3_3b0c_925b_357905fdab5e -->|calls| cd8022a9_5a8f_70b0_68a7_b58a9dee1a93 cb2c48dc_c0b7_7b54_f8a6_eaacb62a8a82["apply()"] 81c83f62_2eb3_3b0c_925b_357905fdab5e -->|calls| cb2c48dc_c0b7_7b54_f8a6_eaacb62a8a82 style 81c83f62_2eb3_3b0c_925b_357905fdab5e fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
build-plugin/spring-boot-gradle-plugin/src/main/java/org/springframework/boot/gradle/plugin/SpringBootPlugin.java lines 118–124
@Override
public void apply(Project project) {
verifyGradleVersion();
createExtension(project);
Configuration bootArchives = createBootArchivesConfiguration(project);
registerPluginActions(project, bootArchives);
}
Domain
Subdomains
Calls
- apply()
- createBootArchivesConfiguration()
- createExtension()
- registerPluginActions()
- verifyGradleVersion()
Source
Frequently Asked Questions
What does apply() do?
apply() is a function in the spring-boot codebase.
What does apply() call?
apply() calls 5 function(s): apply, createBootArchivesConfiguration, createExtension, registerPluginActions, verifyGradleVersion.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free