文章标题

你好

你好

你好

csdn

1
2
3
4
5
6
7
8
@Override
public Collection<? extends GrantedAuthority> getAuthorities() {
List<SimpleGrantedAuthority> authorities = new ArrayList<>();
for (Role role : roles) {
authorities.add(new SimpleGrantedAuthority(role.getName()));
}
return authorities;
}
-------------本文结束感谢您的阅读-------------

本文标题:文章标题

文章作者:Chet Yuan

发布时间:2019年04月20日 - 17:04

最后更新:2019年04月21日 - 02:04

原始链接:http://chetwhy.github.io/2019/04/20/文章标题/

许可协议: 署名-非商业性使用-禁止演绎 4.0 国际 转载请保留原文链接及作者。