com.github.bingoohuang.sqltrigger.spring.SqlTriggerSpringEnabled Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sql-trigger Show documentation
Show all versions of sql-trigger Show documentation
delay queue based on redis
The newest version!
package com.github.bingoohuang.sqltrigger.spring;
import org.springframework.context.annotation.Import;
import java.lang.annotation.*;
@Documented
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)
@Import(SqlTriggerSpringConfig.class)
public @interface SqlTriggerSpringEnabled {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy