Home / Class/ JndiConditionConfiguration Class — spring-boot Architecture

JndiConditionConfiguration Class — spring-boot Architecture

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

Entity Profile

Relationship Graph

Source Code

core/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/condition/ConditionalOnJndiTests.java lines 143–152

	@Configuration(proxyBeanMethods = false)
	@ConditionalOnJndi("java:/FooManager")
	static class JndiConditionConfiguration {

		@Bean
		String foo() {
			return "foo";
		}

	}

Domain

Analyze Your Own Codebase

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

Try Supermodel Free