完善功能

This commit is contained in:
menxipeng
2025-08-02 23:10:35 +08:00
parent 7be046e8f5
commit 58e70a009d
32 changed files with 224 additions and 82 deletions

View File

@@ -78,7 +78,7 @@ public class SecurityConfig
/**
* 身份验证实现
*/
@Bean
@Bean("authenticationManager")
@Primary
public AuthenticationManager authenticationManager()
{

View File

@@ -42,6 +42,7 @@ public class SysLoginService
private TokenService tokenService;
@Resource
@Qualifier("authenticationManager")
private AuthenticationManager authenticationManager;
@Autowired