Home / Class/ SpringBootProviderVersion Class — spring-boot Architecture

SpringBootProviderVersion Class — spring-boot Architecture

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

Entity Profile

Source Code

core/spring-boot/src/main/javaTemplates/org/springframework/boot/ssl/SpringBootProviderVersion.java lines 24–37

final class SpringBootProviderVersion {

	private SpringBootProviderVersion() {
	}

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

}

Analyze Your Own Codebase

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

Try Supermodel Free