切换mysql为达梦数据库-代码审查

1.auth-boot模块
This commit is contained in:
2024-09-26 16:00:52 +08:00
parent 014b7c30cb
commit 014ed7fbf7
9 changed files with 26 additions and 31 deletions

View File

@@ -14,7 +14,6 @@ import lombok.SneakyThrows;
import lombok.extern.slf4j.Slf4j;
import org.springframework.security.core.authority.AuthorityUtils;
import org.springframework.security.core.userdetails.UserDetails;
import org.springframework.security.core.userdetails.UserDetailsService;
import org.springframework.security.core.userdetails.UsernameNotFoundException;
import org.springframework.stereotype.Service;