Home / Type/ WithProductionProfileXmlResource Type — spring-boot Architecture

WithProductionProfileXmlResource Type — spring-boot Architecture

Architecture documentation for the WithProductionProfileXmlResource 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 382–395

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

	}

Analyze Your Own Codebase

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

Try Supermodel Free