Commit Graph

18 Commits

Author SHA1 Message Date
Dftre
2a63e301a3 添加登录功能,支持通过邮箱和手机号进行登录验证 2025-03-20 23:48:15 +08:00
dftre
991ab454f1 持续完善业务逻辑 2025-03-10 14:33:06 +08:00
Dftre
d9c06d9bf1 tfa整理 2025-03-09 21:49:18 +08:00
dftre
98e344d9ac build: 升级依赖版本
- 将 dysmsapi 的版本从 2.0.24 升级到 3.1.1
- 将 aliyun-sdk-oss 的版本从 3.10.2 升级到 3.18.1
2025-01-07 14:34:39 +08:00
dftre
55e428ea9d The random number generator implemented by 'new Random()' cannot withstand a cryptographic attack.Standard pseudorandom number generators cannot withstand cryptographic attacks. 2025-01-07 12:34:12 +08:00
dftre
6496ae7000 NeedBraceRule解决 2025-01-07 11:50:45 +08:00
dftre
7b9a801b2e NeedBraceRule解决 2025-01-07 11:41:53 +08:00
dftre
7d633941f6 EnumConstantsMustHaveCommentRule修复 2025-01-07 11:37:06 +08:00
dftre
7a855011ba 解决EqualsAvoidNullRule问题 2025-01-07 11:27:58 +08:00
dftre
e17d9f4618 添加手机号注册和邮箱注册 2024-11-05 17:51:43 +08:00
dftre
cfe70b1259 移除微信小程序和公众号配置中的 open 字段
- 删除了 oauth.wx.miniapp 和 oauth.wx.pub 配置中的 open 字段
- 移除了 WxMiniAppConstant 和 WxPubConstant 类中的 open 字段相关代码

添加了一些属性标识
2024-10-08 13:54:29 +08:00
watercoding
1aee5cc430 feat(依赖):
1. 使用 spring boot pom管理;
2. 升级 jackson-jsr310、commons-io、httpclient 依赖版本;
3. 移除部分重复依赖
2024-10-07 13:40:38 +08:00
dftre
ab81a18586 ### commit message
#### 1. 更新Spring Boot版本
将Spring Boot版本从3.3.1更新至3.3.4
在[pom.xml](file://a/pom.xml)文件中,将[spring-boot.version](file://a/pom.xml#L17)修改为`3.3.4`

#### 2. 排除`alipay-sdk-java`中的日志依赖
在`ruoyi-auth`模块中,为`alipay-sdk-java`依赖添加了排除项,以去除`commons-logging`
在[pom.xml](file://a/ruoyi-auth/pom.xml)文件中,将[exclusions](file://a/ruoyi-auth/pom.xml#L40)添加到`alipay-sdk-java`依赖中

#### 3. 移除`StringUtils`的无用导入
从`MinioController`中移除未使用的`StringUtils`导入
在[MinioController.java](file://a/ruoyi-middleware/ruoyi-middleware-minio/src/main/java/com/ruoyi/middleware/minio/controller/MinioController.java)文件中,删除了[导入信息](file://a/ruoyi-middleware/ruoyi-middleware-minio/src/main/java/com/ruoyi/middleware/minio/controller/MinioController.java#L10)
2024-09-29 12:22:30 +08:00
Dftre
346f4d7f51 更正sql 2024-07-22 22:56:42 +08:00
Dftre
5e972f21c5 微调 2024-07-21 16:05:52 +08:00
Dftre
81a56229be 版本更新到ruoyi最新版 2024-07-01 04:24:05 +08:00
Dftre
befeb07fac 调整订单模块 2024-06-11 01:08:58 +08:00
Dftre
9a289e2f9e 重新制定规则,原来叫oauth模块不合适,应该叫auth模块,里面分为tfa双因素认证和oauth2.0第三方认证 2024-06-10 03:42:47 +08:00