Class SpringBootPropertySource

java.lang.Object
org.springframework.boot.logging.log4j2.SpringBootPropertySource
All Implemented Interfaces:
PropertySource

public class SpringBootPropertySource extends Object implements PropertySource
Spring Boot PropertySource that disables Log4j2's shutdown hook.
Since:
2.5.2
Author:
Andy Wilkinson