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

configure() — spring-boot Function Reference

Architecture documentation for the configure() function in SpringBootServletInitializerTests.java from the spring-boot codebase.

Function java GradlePlugin DslExtensions calls 2 called by 1

Entity Profile

Dependency Diagram

graph TD
  68b1b4e9_c014_5f27_e897_fde023232fae["configure()"]
  caff22eb_a0c4_f6d3_d4a0_03b2811dbb8d["whenServletContextIsDestroyedThenReactorSchedulersAreShutDown()"]
  caff22eb_a0c4_f6d3_d4a0_03b2811dbb8d -->|calls| 68b1b4e9_c014_5f27_e897_fde023232fae
  51fff311_cd5f_0d1a_785f_e21bb701b042["sources()"]
  68b1b4e9_c014_5f27_e897_fde023232fae -->|calls| 51fff311_cd5f_0d1a_785f_e21bb701b042
  8167a998_f1fd_9e15_e950_40dfcfa92165["configure()"]
  68b1b4e9_c014_5f27_e897_fde023232fae -->|calls| 8167a998_f1fd_9e15_e950_40dfcfa92165
  style 68b1b4e9_c014_5f27_e897_fde023232fae fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/test/java/org/springframework/boot/web/servlet/support/SpringBootServletInitializerTests.java lines 363–366

		@Override
		protected SpringApplicationBuilder configure(SpringApplicationBuilder builder) {
			return builder.sources(TestApp.class);
		}

Domain

Subdomains

Called By

  • whenServletContextIsDestroyedThenReactorSchedulersAreShutDown()

Frequently Asked Questions

What does configure() do?
configure() is a function in the spring-boot codebase.
What does configure() call?
configure() calls 2 function(s): configure, sources.
What calls configure()?
configure() is called by 1 function(s): whenServletContextIsDestroyedThenReactorSchedulersAreShutDown.

Analyze Your Own Codebase

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

Try Supermodel Free