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

createSpringApplication() — spring-boot Function Reference

Architecture documentation for the createSpringApplication() function in BannerTests.java from the spring-boot codebase.

Entity Profile

Dependency Diagram

graph TD
  47e7e733_56db_9395_8b63_634ce8c2fe64["createSpringApplication()"]
  c017b17c_3eb2_a462_207d_e8a66794966f["testDefaultBanner()"]
  c017b17c_3eb2_a462_207d_e8a66794966f -->|calls| 47e7e733_56db_9395_8b63_634ce8c2fe64
  5b695430_6306_b98e_2f48_244dd181d404["testDefaultBannerInLog()"]
  5b695430_6306_b98e_2f48_244dd181d404 -->|calls| 47e7e733_56db_9395_8b63_634ce8c2fe64
  b07bac45_4937_4911_a4fc_d85655e7f652["testCustomBanner()"]
  b07bac45_4937_4911_a4fc_d85655e7f652 -->|calls| 47e7e733_56db_9395_8b63_634ce8c2fe64
  5377b3ea_81bb_d716_2eca_ff526bdc7e7f["testBannerInContext()"]
  5377b3ea_81bb_d716_2eca_ff526bdc7e7f -->|calls| 47e7e733_56db_9395_8b63_634ce8c2fe64
  cc5c8bc8_dc97_5039_83c7_582afb2e7f24["testCustomBannerInContext()"]
  cc5c8bc8_dc97_5039_83c7_582afb2e7f24 -->|calls| 47e7e733_56db_9395_8b63_634ce8c2fe64
  0762dd66_bae2_bc53_ca66_d82c7ae924f1["testDisableBannerInContext()"]
  0762dd66_bae2_bc53_ca66_d82c7ae924f1 -->|calls| 47e7e733_56db_9395_8b63_634ce8c2fe64
  style 47e7e733_56db_9395_8b63_634ce8c2fe64 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/test/java/org/springframework/boot/BannerTests.java lines 119–123

	private SpringApplication createSpringApplication() {
		SpringApplication application = new SpringApplication(Config.class);
		application.setWebApplicationType(WebApplicationType.NONE);
		return application;
	}

Domain

Subdomains

Called By

  • testBannerInContext()
  • testCustomBanner()
  • testCustomBannerInContext()
  • testDefaultBanner()
  • testDefaultBannerInLog()
  • testDisableBannerInContext()

Frequently Asked Questions

What does createSpringApplication() do?
createSpringApplication() is a function in the spring-boot codebase.
What calls createSpringApplication()?
createSpringApplication() is called by 6 function(s): testBannerInContext, testCustomBanner, testCustomBannerInContext, testDefaultBanner, testDefaultBannerInLog, testDisableBannerInContext.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free