SimbotApplicationConfiguration

@Configuration(proxyBeanMethods = false)
open class SimbotApplicationConfiguration(source)

Author

ForteScarlet

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
@Bean(value = ["love.forte.simbot.spring.configuration.application.defaultSpringApplication"], destroyMethod = "cancel")
open fun springApplication(launcher: SpringApplicationLauncher): SpringApplication
Link copied to clipboard
@Bean(value = ["love.forte.simbot.spring.configuration.application.defaultSpringApplicationLauncher"])
open fun springApplicationLauncher(factory: SimbotApplicationLauncherFactory, processor: SimbotApplicationLauncherFactoryProcessor): SpringApplicationLauncher