SimbotApplicationConfigurer

DefaultSimbotApplicationProcessor 中被加载并对 SpringApplication 进行配置的配置接口, 使用 SimbotApplicationPreConfigurerSimbotApplicationPostConfigurer 分别代表在进行默认行为之前或之后进行的配置逻辑。

可以注册多个。

See also

Inheritors

Functions

Link copied to clipboard
abstract fun configure(application: SpringApplication)