WithProductionProfileXmlResource Type — spring-boot Architecture
Architecture documentation for the WithProductionProfileXmlResource 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 194–208
@Target(ElementType.METHOD)
@Retention(RetentionPolicy.RUNTIME)
@WithResource(name = "production-profile.xml", content = """
<?xml version="1.0" encoding="UTF-8"?>
<Configuration>
<Loggers>
<SpringProfile name="production">
<Logger name="org.springframework.boot.logging.log4j2" level="TRACE" />
</SpringProfile>
</Loggers>
</Configuration>
""")
private @interface WithProductionProfileXmlResource {
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free