修改统一身份认证
This commit is contained in:
@@ -228,6 +228,11 @@ public class AccessUserServiceImpl implements AccessUserService {
|
|||||||
loginName="admin";
|
loginName="admin";
|
||||||
// String password = lideeUserDto.getPassword();
|
// String password = lideeUserDto.getPassword();
|
||||||
String password ="Lidee@654!";
|
String password ="Lidee@654!";
|
||||||
|
//将ticket保存到 redis 方便退出使用 key为username_ticket
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// 1.判断用户是否存在
|
// 1.判断用户是否存在
|
||||||
LambdaQueryWrapper<AccessUser> wrapper = Wrappers.lambdaQuery();
|
LambdaQueryWrapper<AccessUser> wrapper = Wrappers.lambdaQuery();
|
||||||
|
|||||||
Reference in New Issue
Block a user