多模块重构 6:tool 模块的迁移完成

This commit is contained in:
YunaiV
2022-01-31 19:26:39 +08:00
parent fffd023d31
commit e7e3b18704
77 changed files with 791 additions and 641 deletions

View File

@ -137,7 +137,6 @@ public class AdminAuthServiceImpl implements AdminAuthService {
// 在其内部,会调用到 loadUserByUsername 方法,获取 User 信息
authentication = authenticationManager.authenticate(new MultiUsernamePasswordAuthenticationToken(
username, password, getUserType()));
// org.activiti.engine.impl.identity.Authentication.setAuthenticatedUserId(username);
} catch (BadCredentialsException badCredentialsException) {
this.createLoginLog(username, logTypeEnum, LoginResultEnum.BAD_CREDENTIALS);
throw exception(AUTH_LOGIN_BAD_CREDENTIALS);