SpringBootPropertySource

open class SpringBootPropertySource : PropertySource

Spring Boot PropertySource that disables Log4j2's shutdown hook.

Author

Andy Wilkinson

Since

2.5.2

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Link copied to clipboard
open fun forEach(action: BiConsumer<String, String>)
Link copied to clipboard
Link copied to clipboard
open fun getPriority(): Int
Link copied to clipboard
open fun getProperty(key: String): String
Link copied to clipboard