update 使用hutool重写验证码生成

This commit is contained in:
疯狂的狮子li
2021-03-12 16:52:55 +08:00
parent 9a94ab573d
commit 57cfad671f
12 changed files with 138 additions and 979 deletions

View File

@@ -24,6 +24,7 @@
* 容器改动 Tomcat 改为 并发性能更好的 undertow
* 代码生成模板 改为适配 Mybatis-Plus 的代码
* 项目修改为 maven多环境配置
* 集成 Hutool 5.X 并重写RuoYi部分功能
* 集成 Feign 接口化管理 Http 请求(如三方请求 支付,短信,推送等)
* 升级MybatisPlus 3.4.2
* 增加demo模块示例(给不会增加模块的小伙伴做参考)