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 idempotent Show documentation
Show all versions of idempotent Show documentation
A simple idempotent component that addresses the prevention of duplicate submissions, duplicate notifications, and duplicate transaction compensation.
org.springframework.boot.autoconfigure.EnableAutoConfiguration=\
com.andy.idempotent.annotation.IdempotentInterceptor,\
com.andy.idempotent.lock.RedisDistributedLockServiceImpl,\
com.andy.idempotent.service.IdempotentServiceImpl,\
com.andy.idempotent.configuration.IdempotentMapperScan