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

getConfigLocation() — spring-boot Function Reference

Architecture documentation for the getConfigLocation() function in ConfigDataEnvironmentTests.java from the spring-boot codebase.

Entity Profile

Dependency Diagram

graph TD
  ae5b8f21_bbcc_99ad_200a_328d373b8883["getConfigLocation()"]
  35a989c6_f5fd_93ca_369a_b282776cb0ea["processAndApplyMovesDefaultPropertySourceToLast()"]
  35a989c6_f5fd_93ca_369a_b282776cb0ea -->|calls| ae5b8f21_bbcc_99ad_200a_328d373b8883
  63907189_3218_986c_85e2_9d5dbbaaf364["processAndApplyWhenHasProfileIncludeInProfileSpecificDocumentThrowsException()"]
  63907189_3218_986c_85e2_9d5dbbaaf364 -->|calls| ae5b8f21_bbcc_99ad_200a_328d373b8883
  5091ae3b_20b4_2052_89bc_53b0a81833f3["processAndApplyIncludesProfilesFromSpringProfilesInclude()"]
  5091ae3b_20b4_2052_89bc_53b0a81833f3 -->|calls| ae5b8f21_bbcc_99ad_200a_328d373b8883
  style ae5b8f21_bbcc_99ad_200a_328d373b8883 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/test/java/org/springframework/boot/context/config/ConfigDataEnvironmentTests.java lines 385–388

	private String getConfigLocation(TestInfo info) {
		return "optional:classpath:" + info.getTestClass().get().getName().replace('.', '/') + "-"
				+ info.getTestMethod().get().getName() + ".properties";
	}

Domain

Subdomains

Called By

  • processAndApplyIncludesProfilesFromSpringProfilesInclude()
  • processAndApplyMovesDefaultPropertySourceToLast()
  • processAndApplyWhenHasProfileIncludeInProfileSpecificDocumentThrowsException()

Frequently Asked Questions

What does getConfigLocation() do?
getConfigLocation() is a function in the spring-boot codebase.
What calls getConfigLocation()?
getConfigLocation() is called by 3 function(s): processAndApplyIncludesProfilesFromSpringProfilesInclude, processAndApplyMovesDefaultPropertySourceToLast, processAndApplyWhenHasProfileIncludeInProfileSpecificDocumentThrowsException.

Analyze Your Own Codebase

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

Try Supermodel Free