Home / Class/ JavaLoggingSystemRuntimeHints Class — spring-boot Architecture

JavaLoggingSystemRuntimeHints Class — spring-boot Architecture

Architecture documentation for the JavaLoggingSystemRuntimeHints class in JavaLoggingSystemRuntimeHints.java from the spring-boot codebase.

Entity Profile

Source Code

core/spring-boot/src/main/java/org/springframework/boot/logging/java/JavaLoggingSystemRuntimeHints.java lines 29–37

class JavaLoggingSystemRuntimeHints implements RuntimeHintsRegistrar {

	@Override
	public void registerHints(RuntimeHints hints, @Nullable ClassLoader classLoader) {
		hints.resources().registerPattern("org/springframework/boot/logging/java/logging.properties");
		hints.resources().registerPattern("org/springframework/boot/logging/java/logging-file.properties");
	}

}

Analyze Your Own Codebase

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

Try Supermodel Free