Home / Function/ customBootVersion() — spring-boot Function Reference

customBootVersion() — spring-boot Function Reference

Architecture documentation for the customBootVersion() function in ProjectGenerationRequestTests.java from the spring-boot codebase.

Entity Profile

Dependency Diagram

graph TD
  36533720_fd2b_76e7_6700_46c7c4e56936["customBootVersion()"]
  aa02f783_8747_85e5_2252_dc51144ce507["createDefaultMetadata()"]
  36533720_fd2b_76e7_6700_46c7c4e56936 -->|calls| aa02f783_8747_85e5_2252_dc51144ce507
  ab644003_5fc1_3a45_f769_27942bf43ca2["createDefaultUrl()"]
  36533720_fd2b_76e7_6700_46c7c4e56936 -->|calls| ab644003_5fc1_3a45_f769_27942bf43ca2
  style 36533720_fd2b_76e7_6700_46c7c4e56936 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 64–69

	@Test
	void customBootVersion() {
		this.request.setBootVersion("1.2.0.RELEASE");
		assertThat(this.request.generateUrl(createDefaultMetadata()))
			.isEqualTo(createDefaultUrl("?type=test-type&bootVersion=1.2.0.RELEASE"));
	}

Domain

Subdomains

Frequently Asked Questions

What does customBootVersion() do?
customBootVersion() is a function in the spring-boot codebase.
What does customBootVersion() call?
customBootVersion() 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