SpringBootApplicationConfigurationProperties

用于外部化配置的配置属性类。

Constructors

constructor()

Properties

Link copied to clipboard

当(通过扫描bot配置文件)注册多个bot时,其中某个bot注册失败时(出现异常时)的处理策略。

Link copied to clipboard

需要加载的所有 bot 配置文件的资源扫描glob。默认为 DEFAULT_BOT_VERIFY_GLOB

Link copied to clipboard

是否在bot注册后,在 application 构建完毕的时候自动执行 Bot.start

Functions

Link copied to clipboard
fun toConfiguration(applicationArguments: ApplicationArguments?, applicationContext: ApplicationContext): SpringBootApplicationConfiguration