build() — spring-boot Function Reference
Architecture documentation for the build() function in SpringApplicationBuilder.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD edd11151_c5ef_29d5_a008_d115661e23bd["build()"] 3613e214_49bf_015b_c43f_7f8a1274fb0b["run()"] 3613e214_49bf_015b_c43f_7f8a1274fb0b -->|calls| edd11151_c5ef_29d5_a008_d115661e23bd 6de23dd6_ba39_4c8b_2378_eb7c00e92ed5["createRootApplicationContext()"] 6de23dd6_ba39_4c8b_2378_eb7c00e92ed5 -->|calls| edd11151_c5ef_29d5_a008_d115661e23bd 6783843b_836b_ffe1_7b56_c6df6bf9d1bc["defaultPropertiesShouldBeMerged()"] 6783843b_836b_ffe1_7b56_c6df6bf9d1bc -->|calls| edd11151_c5ef_29d5_a008_d115661e23bd d478cf0f_3a3f_f5d6_1ab4_3505fa531ceb["build()"] d478cf0f_3a3f_f5d6_1ab4_3505fa531ceb -->|calls| edd11151_c5ef_29d5_a008_d115661e23bd 50463d98_125e_452a_318f_13449cca84e4["configureAsChildIfNecessary()"] edd11151_c5ef_29d5_a008_d115661e23bd -->|calls| 50463d98_125e_452a_318f_13449cca84e4 3b8969f2_1870_9992_b681_07000b6fab0a["addPrimarySources()"] edd11151_c5ef_29d5_a008_d115661e23bd -->|calls| 3b8969f2_1870_9992_b681_07000b6fab0a style edd11151_c5ef_29d5_a008_d115661e23bd fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/main/java/org/springframework/boot/builder/SpringApplicationBuilder.java lines 175–177
public SpringApplication build() {
return build(new String[0]);
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does build() do?
build() is a function in the spring-boot codebase.
What does build() call?
build() calls 2 function(s): addPrimarySources, configureAsChildIfNecessary.
What calls build()?
build() is called by 4 function(s): build, createRootApplicationContext, defaultPropertiesShouldBeMerged, run.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free