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
  cfc6ecf2_aefe_9e3b_79e9_ee1e118197f2["configure()"]
  8167a998_f1fd_9e15_e950_40dfcfa92165["configure()"]
  8167a998_f1fd_9e15_e950_40dfcfa92165 -->|calls| cfc6ecf2_aefe_9e3b_79e9_ee1e118197f2
  51fff311_cd5f_0d1a_785f_e21bb701b042["sources()"]
  cfc6ecf2_aefe_9e3b_79e9_ee1e118197f2 -->|calls| 51fff311_cd5f_0d1a_785f_e21bb701b042
  8167a998_f1fd_9e15_e950_40dfcfa92165["configure()"]
  cfc6ecf2_aefe_9e3b_79e9_ee1e118197f2 -->|calls| 8167a998_f1fd_9e15_e950_40dfcfa92165
  style cfc6ecf2_aefe_9e3b_79e9_ee1e118197f2 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 304–307

		@Override
		protected SpringApplicationBuilder configure(SpringApplicationBuilder application) {
			return application.sources(Config.class);
		}

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 2 function(s): configure, sources.
What calls configure()?
configure() is called by 1 function(s): configure.

Analyze Your Own Codebase

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

Try Supermodel Free