提交代码

This commit is contained in:
keivn
2021-12-12 09:12:39 +08:00
parent 009beeb89c
commit 9a12f02fa3
24 changed files with 585 additions and 20 deletions

View File

@ -69,8 +69,7 @@ public class SysLoginService
try
{
// 该方法会去调用UserDetailsServiceImpl.loadUserByUsername
authentication = authenticationManager
.authenticate(new UsernamePasswordAuthenticationToken(username, password));
authentication = authenticationManager.authenticate(new UsernamePasswordAuthenticationToken(username, password));
}
catch (Exception e)
{