createDependenciesStarterJar() — spring-boot Function Reference
Architecture documentation for the createDependenciesStarterJar() function in BootRunIntegrationTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD f63664b4_ce61_83f0_8542_64359d86834b["createDependenciesStarterJar()"] 712ffc3d_c4e4_c3e6_1efc_52c5f54e90ab["jarTypeFilteringIsAppliedToTheClasspath()"] 712ffc3d_c4e4_c3e6_1efc_52c5f54e90ab -->|calls| f63664b4_ce61_83f0_8542_64359d86834b 236ff96d_3da9_adbc_611e_c3b48ebd056d["createJar()"] f63664b4_ce61_83f0_8542_64359d86834b -->|calls| 236ff96d_3da9_adbc_611e_c3b48ebd056d style f63664b4_ce61_83f0_8542_64359d86834b 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/BootRunIntegrationTests.java lines 218–220
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