Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
chore: 将原来对Redis配置类开关的依赖改到了正确的位置。
feat: 新增基于Redis的分布式ID生成器。
feat!: 从common-tool中抽离出common-redis模块,并新增了RedisCache工具类,用于解决缓存穿透和缓存击穿
perf: 为user-service下的代码controller和service进行了优化,加入了多处缓存,调整了部分接口的调用结构,
perf: 为user-register下的代码controller和service进行了优化,调整了部分接口的调用结构,取消了对邮件发送时…
feat: 在common-tool模块添加了一个生成数字随机数的方法。
fix: 修复了IpLimitFilter无法启用的问题,并将jetcache的使用全部修改为了RedisTemplate。
docs: 修复readme文档在github gitee上图片不居中的问题。
feat!: 添加了RedisTemplate的默认序列化配置开关,同时删除了没有任何使用的FeignAutoConfiguration。
feat: 添加了一个ServerHttpRequest参数的getIpAddress方法,用于兼容gateway的拦截器调用。
feat: 添加common-regex模块,内涵项目常用的正则表达式。