Home / Type/ WithMultiProfileNamesXmlResource Type — spring-boot Architecture

WithMultiProfileNamesXmlResource Type — spring-boot Architecture

Architecture documentation for the WithMultiProfileNamesXmlResource type/interface in SpringProfileArbiterTests.java from the spring-boot codebase.

Entity Profile

Source Code

core/spring-boot/src/test/java/org/springframework/boot/logging/log4j2/SpringProfileArbiterTests.java lines 162–176

	@Target(ElementType.METHOD)
	@Retention(RetentionPolicy.RUNTIME)
	@WithResource(name = "multi-profile-names.xml", content = """
			<?xml version="1.0" encoding="UTF-8"?>
			<Configuration>
			    <Loggers>
				    <SpringProfile name="production, test">
						<Logger name="org.springframework.boot.logging.log4j2" level="TRACE" />
					</SpringProfile>
				</Loggers>
			</Configuration>
			""")
	private @interface WithMultiProfileNamesXmlResource {

	}

Analyze Your Own Codebase

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

Try Supermodel Free