SpringApplicationAotProcessor

Entry point for AOT processing of a SpringApplication.

For internal use only.

Author

Stephane Nicoll

Andy Wilkinson

Phillip Webb

Since

3.0.0

Constructors

Link copied to clipboard
constructor(application: Class<out Any>, settings: AbstractAotProcessor.Settings, applicationArgs: Array<String>)
Create a new processor for the specified application and settings.

Properties

Link copied to clipboard
val AOT_PROCESSING: String = "spring.aot.processing"

Functions

Link copied to clipboard
open fun main(args: Array<String>)
Link copied to clipboard
fun process(): T