Augmented

open class Augmented

Used to configure and run an augmented SpringApplication where additional configuration should be applied.

Since

3.1.0

Functions

Link copied to clipboard
Run the application using the given args.
Link copied to clipboard
open fun with(sources: Array<Class<out Any>>): SpringApplication.Augmented
Return a new SpringApplication.Augmented instance with additional sources that should be applied when the application runs.
Link copied to clipboard

Extension function that allows SpringApplication.Augmented.with to work with Kotlin classes.