Update MemberDetails.java

This commit is contained in:
macro
2023-01-06 09:33:57 +08:00
parent 93451da664
commit 2c135760f3

View File

@@ -9,7 +9,7 @@ import java.util.Arrays;
import java.util.Collection;
/**
* 会员详情封装
* SpringSecurity需要的用户信息封装
* Created by macro on 2018/8/3.
*/
public class MemberDetails implements UserDetails {