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

resolveApplicationArguments() — spring-boot Function Reference

Architecture documentation for the resolveApplicationArguments() function in AbstractRunMojo.java from the spring-boot codebase.

Entity Profile

Dependency Diagram

graph TD
  153cdffc_5a05_8080_4c5d_913ea53957b9["resolveApplicationArguments()"]
  2fcf2dff_5b8b_279e_9a1d_6662032bafa2["addArgs()"]
  2fcf2dff_5b8b_279e_9a1d_6662032bafa2 -->|calls| 153cdffc_5a05_8080_4c5d_913ea53957b9
  5464a157_765f_843c_a813_525e9fe297de["addActiveProfileArgument()"]
  153cdffc_5a05_8080_4c5d_913ea53957b9 -->|calls| 5464a157_765f_843c_a813_525e9fe297de
  style 153cdffc_5a05_8080_4c5d_913ea53957b9 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

build-plugin/spring-boot-maven-plugin/src/main/java/org/springframework/boot/maven/AbstractRunMojo.java lines 283–288

	protected RunArguments resolveApplicationArguments() {
		RunArguments runArguments = (this.arguments != null) ? new RunArguments(this.arguments)
				: new RunArguments(this.commandlineArguments);
		addActiveProfileArgument(runArguments);
		return runArguments;
	}

Domain

Subdomains

Called By

Frequently Asked Questions

What does resolveApplicationArguments() do?
resolveApplicationArguments() is a function in the spring-boot codebase.
What does resolveApplicationArguments() call?
resolveApplicationArguments() calls 1 function(s): addActiveProfileArgument.
What calls resolveApplicationArguments()?
resolveApplicationArguments() is called by 1 function(s): addArgs.

Analyze Your Own Codebase

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

Try Supermodel Free