大环境
1 | <parent> |
1 | import org.springframework.context.annotation.Bean; |
批量模糊删除
1 | Set<String> keys = redisTemplate.keys("MENU:*"); |
1 | <parent> |
1 | import org.springframework.context.annotation.Bean; |
1 | Set<String> keys = redisTemplate.keys("MENU:*"); |
SpringBoot定时任务实例
SpringBoot+Vue实现SpringSecurity+验证码登录与点击刷新验证码