WithProfileExpressionXmlResource Type — spring-boot Architecture
Architecture documentation for the WithProfileExpressionXmlResource 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 178–192
@Target(ElementType.METHOD)
@Retention(RetentionPolicy.RUNTIME)
@WithResource(name = "profile-expression.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 WithProfileExpressionXmlResource {
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free