WithIncludeBaseXmlResource Type — spring-boot Architecture
Architecture documentation for the WithIncludeBaseXmlResource type/interface in LogbackLoggingSystemTests.java from the spring-boot codebase.
Entity Profile
Source Code
core/spring-boot/src/test/java/org/springframework/boot/logging/logback/LogbackLoggingSystemTests.java lines 1187–1196
@Target(ElementType.METHOD)
@Retention(RetentionPolicy.RUNTIME)
@WithResource(name = "include-base.xml", content = """
<configuration>
<include resource="org/springframework/boot/logging/logback/base.xml"/>
</configuration>
""")
private @interface WithIncludeBaseXmlResource {
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free