SpringBootApplicationConfiguration
在 SpringBoot 中所使用的应用程序配置类。
在使用前需要对 applicationArguments 、applicationContext 等与 Spring Boot 相关的配置信息。
See also
Constructors
Functions
Link copied to clipboard
open fun <C : Any, D : BotVerifyInfoDecoder> botVerifyInfoDecoderFactory(factory: BotVerifyInfoDecoderFactory<C, D>, configurator: C.() -> Unit)