Home / Class/ CustomInfoPropertiesConfiguration Class — spring-boot Architecture

CustomInfoPropertiesConfiguration Class — spring-boot Architecture

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

Entity Profile

Relationship Graph

Source Code

core/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/info/ProjectInfoAutoConfigurationTests.java lines 166–179

	@Configuration(proxyBeanMethods = false)
	static class CustomInfoPropertiesConfiguration {

		@Bean
		GitProperties customGitProperties() {
			return new GitProperties(new Properties());
		}

		@Bean
		BuildProperties customBuildProperties() {
			return new BuildProperties(new Properties());
		}

	}

Domain

Analyze Your Own Codebase

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

Try Supermodel Free