createDependenciesStarterJar() — spring-boot Function Reference
Architecture documentation for the createDependenciesStarterJar() function in BootTestRunIntegrationTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 45e8b396_4fcf_d1f0_a9ab_4c28c7662534["createDependenciesStarterJar()"] 067a89aa_8ced_5aa3_a143_dd93d23a46a4["jarTypeFilteringIsAppliedToTheClasspath()"] 067a89aa_8ced_5aa3_a143_dd93d23a46a4 -->|calls| 45e8b396_4fcf_d1f0_a9ab_4c28c7662534 c1ecc89b_6dc9_6028_74cb_3506cdc2e5b4["createJar()"] 45e8b396_4fcf_d1f0_a9ab_4c28c7662534 -->|calls| c1ecc89b_6dc9_6028_74cb_3506cdc2e5b4 style 45e8b396_4fcf_d1f0_a9ab_4c28c7662534 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
build-plugin/spring-boot-gradle-plugin/src/test/java/org/springframework/boot/gradle/tasks/run/BootTestRunIntegrationTests.java lines 177–179
private void createDependenciesStarterJar(File location) throws IOException {
createJar(location, (attributes) -> attributes.putValue("Spring-Boot-Jar-Type", "dependencies-starter"));
}
Domain
Subdomains
Calls
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): jarTypeFilteringIsAppliedToTheClasspath.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free