customProjectInfo() — spring-boot Function Reference
Architecture documentation for the customProjectInfo() function in ProjectGenerationRequestTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 953d7268_28fe_3b74_65a8_120b733be7ba["customProjectInfo()"] aa02f783_8747_85e5_2252_dc51144ce507["createDefaultMetadata()"] 953d7268_28fe_3b74_65a8_120b733be7ba -->|calls| aa02f783_8747_85e5_2252_dc51144ce507 ab644003_5fc1_3a45_f769_27942bf43ca2["createDefaultUrl()"] 953d7268_28fe_3b74_65a8_120b733be7ba -->|calls| ab644003_5fc1_3a45_f769_27942bf43ca2 style 953d7268_28fe_3b74_65a8_120b733be7ba 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 124–133
@Test
void customProjectInfo() {
this.request.setGroupId("org.acme");
this.request.setArtifactId("sample");
this.request.setVersion("1.0.1-SNAPSHOT");
this.request.setDescription("Spring Boot Test");
assertThat(this.request.generateUrl(createDefaultMetadata()))
.isEqualTo(createDefaultUrl("?groupId=org.acme&artifactId=sample&version=1.0.1-SNAPSHOT"
+ "&description=Spring%20Boot%20Test&type=test-type"));
}
Domain
Subdomains
Source
Frequently Asked Questions
What does customProjectInfo() do?
customProjectInfo() is a function in the spring-boot codebase.
What does customProjectInfo() call?
customProjectInfo() calls 2 function(s): createDefaultMetadata, createDefaultUrl.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free