完成 user-admin-server 的用户手机 + 密码登录

This commit is contained in:
YunaiV
2021-10-10 16:56:22 +08:00
parent 03ef1fc764
commit 028c99aa10
23 changed files with 69 additions and 39 deletions

View File

@@ -15,6 +15,7 @@
* 新增管理后台的企业微信、钉钉等社交登录
* 新增用户前台(例如说,用户使用的小程序)的后端项目 `yudao-user-server`
* 新增公共服务 `yudao-core-service` 项目,通过 Jar 包的方式,提供 `yudao-user-server``yudao-admin-server` 的共享逻辑的复用。
* 新增用户前台的手机登录、验证码登录、TODO
* 修复管理后台的用户头像上传 404 的问题