ContextIdApplicationContextInitializer

ApplicationContextInitializer that sets the Spring ApplicationContext ID. The spring.application.name property is used to create the ID. If the property is not set application is used.

Author

Dave Syer

Andy Wilkinson

Since

1.0.0

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
val HIGHEST_PRECEDENCE: Int = -2147483648
Link copied to clipboard
val LOWEST_PRECEDENCE: Int = 2147483647
Link copied to clipboard
open var order: Int

Functions

Link copied to clipboard
abstract fun getOrder(): Int
Link copied to clipboard
open fun initialize(applicationContext: ConfigurableApplicationContext)