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 3 called by 4

Entity Profile

Dependency Diagram

graph TD
  8167a998_f1fd_9e15_e950_40dfcfa92165["configure()"]
  cfc6ecf2_aefe_9e3b_79e9_ee1e118197f2["configure()"]
  cfc6ecf2_aefe_9e3b_79e9_ee1e118197f2 -->|calls| 8167a998_f1fd_9e15_e950_40dfcfa92165
  dc2d5e29_0f3d_42d5_6439_295c60aa6f69["configure()"]
  dc2d5e29_0f3d_42d5_6439_295c60aa6f69 -->|calls| 8167a998_f1fd_9e15_e950_40dfcfa92165
  68b1b4e9_c014_5f27_e897_fde023232fae["configure()"]
  68b1b4e9_c014_5f27_e897_fde023232fae -->|calls| 8167a998_f1fd_9e15_e950_40dfcfa92165
  ee9bc401_3667_cf96_b731_3816b9d23db1["whenServletContextIsDestroyedThenJdbcDriversAreDeregistered()"]
  ee9bc401_3667_cf96_b731_3816b9d23db1 -->|calls| 8167a998_f1fd_9e15_e950_40dfcfa92165
  51fff311_cd5f_0d1a_785f_e21bb701b042["sources()"]
  8167a998_f1fd_9e15_e950_40dfcfa92165 -->|calls| 51fff311_cd5f_0d1a_785f_e21bb701b042
  3b5ce68c_2b5f_b508_6e6a_e382ec1495f5["listeners()"]
  8167a998_f1fd_9e15_e950_40dfcfa92165 -->|calls| 3b5ce68c_2b5f_b508_6e6a_e382ec1495f5
  cfc6ecf2_aefe_9e3b_79e9_ee1e118197f2["configure()"]
  8167a998_f1fd_9e15_e950_40dfcfa92165 -->|calls| cfc6ecf2_aefe_9e3b_79e9_ee1e118197f2
  style 8167a998_f1fd_9e15_e950_40dfcfa92165 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 273–276

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

Domain

Subdomains

Called By

Frequently Asked Questions

What does configure() do?
configure() is a function in the spring-boot codebase.
What does configure() call?
configure() calls 3 function(s): configure, listeners, sources.
What calls configure()?
configure() is called by 4 function(s): configure, configure, configure, whenServletContextIsDestroyedThenJdbcDriversAreDeregistered.

Analyze Your Own Codebase

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

Try Supermodel Free