Home / Type/ WithNestedXmlResource Type — spring-boot Architecture

WithNestedXmlResource Type — spring-boot Architecture

Architecture documentation for the WithNestedXmlResource type/interface in SpringBootJoranConfiguratorTests.java from the spring-boot codebase.

Entity Profile

Source Code

core/spring-boot/src/test/java/org/springframework/boot/logging/logback/SpringBootJoranConfiguratorTests.java lines 397–412

	@Target(ElementType.METHOD)
	@Retention(RetentionPolicy.RUNTIME)
	@WithResource(name = "nested.xml", content = """
			<?xml version="1.0" encoding="UTF-8"?>
			<configuration>
				<include resource="org/springframework/boot/logging/logback/base.xml"/>
				<springProfile name="outer">
					<springProfile name="inner">
						<logger name="org.springframework.boot.logging.logback" level="TRACE"/>
					</springProfile>
				</springProfile>
			</configuration>
			""")
	private @interface WithNestedXmlResource {

	}

Analyze Your Own Codebase

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

Try Supermodel Free