Simple Robot
5.0.0-Preview2
      Target filter
Search in API
Skip to content
    Simple Robot
simbot-core-spring-boot-starter-v2/love.forte.simbot.spring2.configuration.application/SimbotApplicationLauncherConfigurer

SimbotApplicationLauncherConfigurer

sealed interface SimbotApplicationLauncherConfigurer(source)

在 SimbotApplicationLauncherFactory 的 默认 情况下, 会加载 SimbotApplicationLauncherPreConfigurer 和 SimbotApplicationLauncherPostConfigurer 分别在默认加载行为之前和之后插入可自定义的配置逻辑。

如果 SimbotApplicationLauncherFactory 的默认行为被覆盖则需要自行处理, 否则不会生效。

See also

SimbotApplicationLauncherFactory
DefaultSimbotApplicationLauncherFactory
SimbotApplicationLauncherPreConfigurer
SimbotApplicationLauncherPostConfigurer

Inheritors

SimbotApplicationLauncherPreConfigurer
SimbotApplicationLauncherPostConfigurer

Functions

configure
Link copied to clipboard
abstract fun configure(configurer: ApplicationFactoryConfigurer<SpringApplicationBuilder, SpringApplicationEventRegistrar, SpringEventDispatcherConfiguration>)

配置 SpringApplicationBuilder.

Generated by Dokka
© 2024-2026 Simple Robot. All rights reserved.