META-INF.spring.factories Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dinger-spring-boot-starter Show documentation
Show all versions of dinger-spring-boot-starter Show documentation
Dinger-SpringBoot集成钉钉/企业微信群机器人实现消息通知中间件
# Auto Configuration
org.springframework.boot.autoconfigure.EnableAutoConfiguration=\
com.github.jaemon.dinger.config.BeanConfiguration,\
com.github.jaemon.dinger.config.DingerAutoConfiguration,\
com.github.jaemon.dinger.config.DingerConfiguration,\
com.github.jaemon.dinger.config.DingerHttpClientConfig,\
com.github.jaemon.dinger.config.DingerThreadPoolConfig
# Application Listeners
org.springframework.context.ApplicationListener=\
com.github.jaemon.dinger.listeners.ExitEventListener