docs: 注释完善

This commit is contained in:
hxr
2024-06-25 00:01:58 +08:00
parent e9958459cf
commit 4bd9bc748b

View File

@@ -11,9 +11,10 @@ import org.springframework.security.core.userdetails.UsernameNotFoundException;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Service;
/** /**
* 系统用户认证 * 系统用户认证 DetailsService
* *
* @author haoxr * @author Ray
* @since 2021/10/19
*/ */
@Service @Service
@RequiredArgsConstructor @RequiredArgsConstructor