io.github.ingrowthly.noduplicate.exception.DuplicateSubmitException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of no-duplicate-spring-boot-starter Show documentation
Show all versions of no-duplicate-spring-boot-starter Show documentation
Redis-based anti-duplicate submission tool.
The newest version!
package io.github.ingrowthly.noduplicate.exception;
/**
* 重复提交异常
*
* @author ingrowthly
* @since 2023/4/3
*/
public class DuplicateSubmitException extends RuntimeException {
public DuplicateSubmitException(String message) {
super(message);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy