Home / Class/ SpringBootVersion Class — spring-boot Architecture

SpringBootVersion Class — spring-boot Architecture

Architecture documentation for the SpringBootVersion class in SpringBootVersion.java from the spring-boot codebase.

Entity Profile

Source Code

core/spring-boot/src/main/javaTemplates/org/springframework/boot/SpringBootVersion.java lines 28–41

public final class SpringBootVersion {

	private SpringBootVersion() {
	}

	/**
	 * Return the full version string of the present Spring Boot codebase.
	 * @return the version of Spring Boot
	 */
	public static String getVersion() {
		return "${springBootVersion}";
	}

}

Analyze Your Own Codebase

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

Try Supermodel Free