createDependenciesStarterJar() — spring-boot Function Reference
Architecture documentation for the createDependenciesStarterJar() function in AbstractBootArchiveIntegrationTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD ce76af23_3eb6_3d1f_bb02_632924b4d9b9["createDependenciesStarterJar()"] b029ceef_6751_2722_478e_dca18f5bacd1["jarTypeFilteringIsApplied()"] b029ceef_6751_2722_478e_dca18f5bacd1 -->|calls| ce76af23_3eb6_3d1f_bb02_632924b4d9b9 202ab167_c5d6_4d67_16f0_a6dd958d237a["createJar()"] ce76af23_3eb6_3d1f_bb02_632924b4d9b9 -->|calls| 202ab167_c5d6_4d67_16f0_a6dd958d237a style ce76af23_3eb6_3d1f_bb02_632924b4d9b9 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
build-plugin/spring-boot-gradle-plugin/src/test/java/org/springframework/boot/gradle/tasks/bundling/AbstractBootArchiveIntegrationTests.java lines 673–675
private void createDependenciesStarterJar(File location) throws IOException {
createJar(location, (attributes) -> attributes.putValue("Spring-Boot-Jar-Type", "dependencies-starter"));
}
Domain
Subdomains
Calls
Called By
Source
Frequently Asked Questions
What does createDependenciesStarterJar() do?
createDependenciesStarterJar() is a function in the spring-boot codebase.
What does createDependenciesStarterJar() call?
createDependenciesStarterJar() calls 1 function(s): createJar.
What calls createDependenciesStarterJar()?
createDependenciesStarterJar() is called by 1 function(s): jarTypeFilteringIsApplied.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free