DummyBanner Class — spring-boot Architecture
Architecture documentation for the DummyBanner class in BannerTests.java from the spring-boot codebase.
Entity Profile
Source Code
core/spring-boot/src/test/java/org/springframework/boot/BannerTests.java lines 125–132
static class DummyBanner implements Banner {
@Override
public void printBanner(Environment environment, @Nullable Class<?> sourceClass, PrintStream out) {
out.println("My Banner");
}
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free