createDefaultUrl() — spring-boot Function Reference
Architecture documentation for the createDefaultUrl() function in ProjectGenerationRequestTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD ab644003_5fc1_3a45_f769_27942bf43ca2["createDefaultUrl()"] cce00f96_896b_8165_b613_eb429fca8fe8["defaultSettings()"] cce00f96_896b_8165_b613_eb429fca8fe8 -->|calls| ab644003_5fc1_3a45_f769_27942bf43ca2 36533720_fd2b_76e7_6700_46c7c4e56936["customBootVersion()"] 36533720_fd2b_76e7_6700_46c7c4e56936 -->|calls| ab644003_5fc1_3a45_f769_27942bf43ca2 85a87754_fa9f_cd4c_7c3c_c5af0d06b6f2["singleDependency()"] 85a87754_fa9f_cd4c_7c3c_c5af0d06b6f2 -->|calls| ab644003_5fc1_3a45_f769_27942bf43ca2 e8195b27_e58b_5c8b_12a4_970410fe76e1["multipleDependencies()"] e8195b27_e58b_5c8b_12a4_970410fe76e1 -->|calls| ab644003_5fc1_3a45_f769_27942bf43ca2 d94fca29_883d_dd1f_8277_3e591f1b6e44["customJavaVersion()"] d94fca29_883d_dd1f_8277_3e591f1b6e44 -->|calls| ab644003_5fc1_3a45_f769_27942bf43ca2 7041410c_d11c_51e3_7a1c_d005c6c5a5d7["customPackageName()"] 7041410c_d11c_51e3_7a1c_d005c6c5a5d7 -->|calls| ab644003_5fc1_3a45_f769_27942bf43ca2 29f8c677_7dcb_d9c5_b5e8_6f462740129e["customPackaging()"] 29f8c677_7dcb_d9c5_b5e8_6f462740129e -->|calls| ab644003_5fc1_3a45_f769_27942bf43ca2 b1d4882e_0667_88de_2cc1_10d1fe5863ee["customLanguage()"] b1d4882e_0667_88de_2cc1_10d1fe5863ee -->|calls| ab644003_5fc1_3a45_f769_27942bf43ca2 953d7268_28fe_3b74_65a8_120b733be7ba["customProjectInfo()"] 953d7268_28fe_3b74_65a8_120b733be7ba -->|calls| ab644003_5fc1_3a45_f769_27942bf43ca2 1ac6ed04_07f5_52ae_41d8_cc69a3bffb3a["outputCustomizeArtifactId()"] 1ac6ed04_07f5_52ae_41d8_cc69a3bffb3a -->|calls| ab644003_5fc1_3a45_f769_27942bf43ca2 88c52a39_696a_3a8d_5a79_c50410f7b189["outputArchiveCustomizeArtifactId()"] 88c52a39_696a_3a8d_5a79_c50410f7b189 -->|calls| ab644003_5fc1_3a45_f769_27942bf43ca2 8dfddb6a_f6ad_292a_07ed_1b39f176ca71["outputArchiveWithDotsCustomizeArtifactId()"] 8dfddb6a_f6ad_292a_07ed_1b39f176ca71 -->|calls| ab644003_5fc1_3a45_f769_27942bf43ca2 98175a4b_ac2d_ea71_1c2c_6fb97a35ecde["outputDoesNotOverrideCustomArtifactId()"] 98175a4b_ac2d_ea71_1c2c_6fb97a35ecde -->|calls| ab644003_5fc1_3a45_f769_27942bf43ca2 b18cdda6_7827_adc5_fd59_09667dae3111["buildOneMatch()"] b18cdda6_7827_adc5_fd59_09667dae3111 -->|calls| ab644003_5fc1_3a45_f769_27942bf43ca2 style ab644003_5fc1_3a45_f769_27942bf43ca2 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
cli/spring-boot-cli/src/test/java/org/springframework/boot/cli/command/init/ProjectGenerationRequestTests.java lines 219–221
private static URI createDefaultUrl(String param) {
return createUrl("/starter.zip" + param);
}
Domain
Subdomains
Calls
Called By
- buildOneMatch()
- customBootVersion()
- customJavaVersion()
- customLanguage()
- customPackageName()
- customPackaging()
- customProjectInfo()
- defaultSettings()
- multipleDependencies()
- outputArchiveCustomizeArtifactId()
- outputArchiveWithDotsCustomizeArtifactId()
- outputCustomizeArtifactId()
- outputDoesNotOverrideCustomArtifactId()
- singleDependency()
Source
Frequently Asked Questions
What does createDefaultUrl() do?
createDefaultUrl() is a function in the spring-boot codebase.
What does createDefaultUrl() call?
createDefaultUrl() calls 1 function(s): createUrl.
What calls createDefaultUrl()?
createDefaultUrl() is called by 14 function(s): buildOneMatch, customBootVersion, customJavaVersion, customLanguage, customPackageName, customPackaging, customProjectInfo, defaultSettings, and 6 more.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free