热门标签
更多>
搜索结果
查询Tags标签: StaticLog,共有 2条记录-
Java实现幂等注解
拦截器 @Aspect @Component public class NoRepeatAspect {@Resourceprivate RedisTemplate<String, Object> redisTemplate;@Pointcut("@annotation(com.sunline.project.aop.NoRepeat) || @within(com.sunline.project.aop.NoRepeat)")public void poin…
2021/11/12 22:15:26 人评论 次浏览 -
Java实现幂等注解
拦截器 @Aspect @Component public class NoRepeatAspect {@Resourceprivate RedisTemplate<String, Object> redisTemplate;@Pointcut("@annotation(com.sunline.project.aop.NoRepeat) || @within(com.sunline.project.aop.NoRepeat)")public void poin…
2021/11/12 22:15:26 人评论 次浏览